Help for this page

Select Code to Download


  1. or download this
    #strictures - put these two lines at the top of every Perl script
    #these do a lot of the debugging work for you
    ...
      print $line if $bPrint && $line =~ /specificData/;
    }
    close LOGFILE;