Help for this page

Select Code to Download


  1. or download this
    print $1 if <$a> =~ m/(error.*)/; # Nothing printed though the files h
    +as the line containing error key word.
    
  2. or download this
    print map /(error.*\n)/, <$a>;