Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       my $var;
    ...
         $var;
       }
    }
    
  2. or download this
    BEGIN {
       my $var = 0;
    ...
         $var;
       }
    }