Help for this page

Select Code to Download


  1. or download this
            while ( my $line = < GOODFILE> ) {
    
  2. or download this
            while ( my $line = < GOODFILE> ) {
                chomp $line;
                print "GOODFILE line:  '$line'\n";