![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Running perl on NT serverby Anonymous Monk |
on Jun 25, 2003 at 15:47 UTC ( #268881=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to run a search script on a NT server. The script works
on my local NT workstation when I run it from "/perl/bin". I am using the File::Find module.
I now need to run the search on my server searching the "inetpub/wwwroot" directory.
The problem is on the server the "inetpub/wwwroot" is on the F drive. I am trying to run this script to fetch data in this directory: "inetput/wwwroot" but get an error where it cant find the directory. Error message:
I am running it using the "use File::Find" Here are my attempts:
Back to
Seekers of Perl Wisdom
|
|