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