Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        print while(<$fh>); # uses perlish postfix, and perlish default of
    + print using $_
        print "\n===============\n";
    }
    
  2. or download this
    they are different
    Please check the file differ.txt
    ...
    MATCH               = This is third line
    
    ===============