Help for this page

Select Code to Download


  1. or download this
    $a=1;
    $b=2;
    ...
        while ($line = <INFILE>)    {
            chomp($line);   # contains $a, $b
            print "$line\n"; #prints "$a" "$b"