Upload this script and run via CGI:
#!/usr/bin/perl use Cwd; print "Content-Type: text/html\n\n"; print "<p>Perl says CWD is: ", cwd(); print "<p>System PWD says: ", `pwd`;
cheers
tachyon
In reply to Re: Re: Re: Slightly OT: Perl and CGI - reading a file
by tachyon
in thread Slightly OT: Perl and CGI - reading a file
by C_T
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |