slpc
08-22-2005, 03:08 AM
I must have path info wrong for an event specifc configuration file I use in a Perl script I'm migrating:
my $searchdatafilepath =
"http://IP-ADDRESS/res/sites/harry1/srchmenu_data/search_data";
When the script tries to open the $searcchdatafilepath, the open fails with a "no such file or directory".
srchmenu_data/search_data is definitely in "harry1". What do I have wrong about the path? CGI support was installed using the Plesk CP; is there something screwy with the way Plesk handles CGI/Perl? Why would I get a 'no such file or directory" on something this simple?
my $searchdatafilepath =
"http://IP-ADDRESS/res/sites/harry1/srchmenu_data/search_data";
When the script tries to open the $searcchdatafilepath, the open fails with a "no such file or directory".
srchmenu_data/search_data is definitely in "harry1". What do I have wrong about the path? CGI support was installed using the Plesk CP; is there something screwy with the way Plesk handles CGI/Perl? Why would I get a 'no such file or directory" on something this simple?
