TapasranjanMohapatra [T], on Wednesday, April 27, 2005 at 11:33
(+0530) has on mind:

T> How do I set the path for CGI? If I do a print on $ENV{'PATH'},
T> I get /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin

that's ok.

#!/usr/bin/perl
$| = 1;               #always use this
print "Content-type: text/html\n\n";
system("ls");
__END__

what about this ?

--

How do you protect mail on web? I use http://www.2pu.net

[I never believe anything until it's been officially denied.]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to