![]() |
Using CAT command in Perl-CGI script
Hi,
How I can cat a file's contents through Perl-CGI. I want to write a Perl-CGI program which will accept file's name from a browser on Windows machine and then cat the contents of that file back to browser window. Any thoughts how to do this? Thanks in Advance, |
Re: Using CAT command in Perl-CGI script
Here's the code
Code: Perl
|
Re: Using CAT command in Perl-CGI script
Hey thanks Pradeep,
But How I can take file name in IE on Windows? And Do I need to give this CGI script root access? Regards, |
Re: Using CAT command in Perl-CGI script
Just like you do it in *nix, just that you need to have drive names in the beginning of the path/to/file.
Well you needn't give the script root access, if you are running it from a Web Server apache needs to have read permissions to the file. |
| All times are GMT +5.5. The time now is 21:20. |