Help for this page

Select Code to Download


  1. or download this
    Global symbol "$_line" requires explicit package name at noname1.pl li
    +ne 10.
    Execution of noname1.pl aborted due to compilation errors.
    
  2. or download this
    ABC = the line (2)
    
  3. or download this
    #use strict;
    #use warnings;
    ...
        ############   # or  print "$line";
        if ($templine =~ /(ABC)/) {print "$1 = the line (2)";}
    }