Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        ############   # or  print "$line";
        if ($templine =~ /(ABC)/) {print "$1 = the line (2)\n";}
    }
    
  2. or download this
    ABC in the first line
    ABC = the line (1)
    but not the second
    ABC = the line (2)