in reply to perldoc.cgi - problem on WinXP
In addition to giving the IUSR account permissions to the batch file, it will also need read & execute permissions to the perl installation, any system DLL files that perl links to, and read/write permissions to any temp directories that your script (or perldoc.bat) may be using.
What happens if you change this line:
my $text = `C:\\Perl\\bin\\perldoc.bat perl`;
to
my $text = `ipconfig`;
Does it give the proper output?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perldoc.cgi - problem on WinXP
by hmerrill (Friar) on Jun 29, 2004 at 12:19 UTC |