Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print $query->header();
    print "This is a test\n";
    print STDERR "This is a logfile test\n";
    
  2. or download this
    ==> /var/log/apache/error.log <==
    This is a logfile test
    
    ==> /var/log/apache/error.log <==
    This is a logfile test