mod_perl

barry bazza at bazza.com
Tue Sep 18 08:09:49 CDT 2001


On Tue, Sep 18, 2001 at 02:04:40PM +0100, barry mumbled:
> #!/usr/bin/perl -w
> ########################
> 
> print "Content-Type: text/plain\n\n";
> 
> print "$< $>\n\n";
> foreach(sort keys %ENV) {
>     print "$_ = $ENV{$_}\n";
> }


I tell a lie, this script isn't working at all now while called .cgi, but is
while called .pl, but is still buggering up .. the <Files> directive I pasted
for *.cgi is cloned for *.pl, and neither have AddHandler cgi-script setup for
them

-- 
-Barry Hughes
I like work, it's fascinating, I can sit and look at it for hours on end
                             http://bazza.com/



More information about the Belfast-pm mailing list