Help for this page

Select Code to Download


  1. or download this
    while (<FILE>) {
       if (/.../) { 
         ... 
       }
    }
    
  2. or download this
    my $stuff;
    
    ...
          $stuff = $1;
       }
    }
    
  3. or download this
    eval "\$$stuff{$1} = $2";