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,
|
Team Leader
|
![]() |
| 2Mar2007,16:56 | #2 |
|
Here's the code
Code: Perl
|
|
Newbie Member
|
|
| 2Mar2007,18:14 | #3 |
|
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, |
|
Team Leader
|
![]() |
| 2Mar2007,18:30 | #4 |
|
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. |

