Help for this page

Select Code to Download


  1. or download this
      $foo = 1;
      if ( 1 ) {
          my $foo = 2;
      }
      print "$foo\n";