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