well, then let him try this (known to be working) test script

#!/usr/bin/perl

print "Content-type: text/html\n\n";

$dir = `pwd`;
print "the cgi-bin dir is in $dir\n";



charles

On Fri, 22 Dec 2000, Mike Burger wrote:

> Actually, it's a problem caused by his editing the script.  While I'm no
> Perl programmer, and can't tell him exactly what's wrong, I can tell him
> htat I've been down this road with a number of Perl scripts I have
> running, here, over time, and it always pointed back at either the method
> with which I downloaded the script, or something involved in editing it.
> 
> On Fri, 22 Dec 2000, Charles Galpin wrote:
> 
> > Irwan
> >
> > This is a CGI config problem, not a perl config problem. That test cgi
> > could be written in any language.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to