Help for this page

Select Code to Download


  1. or download this
    open LOG, "<", $logfile or die "Cannot open $logfile for read: $!";
    
  2. or download this
    use strict;
    use warnings;
    ...
    # Print out our button
    print "<!--Content-type: text/html-->\n\n";
    print $buttons[$severity], "\n";