Help for this page

Select Code to Download


  1. or download this
    #UNTESTED
    use strict;
    ...
            }
        }
    }
    
  2. or download this
    ##ALSO UNTESTED
    while (<FH>) {
    ...
       my $stuff = shift;
       #do something;
    }