Help for this page

Select Code to Download


  1. or download this
    $foo = 1;
    BEGIN { $foo = 2 }
    
  2. or download this
    BEGIN { $foo = 1; $foo = 2 }