Hi All,
I have an interesting problem with paths and possibly
virtual directory's in IIS5, they are as follows:
If I use...
use lib "cgi-bin/lib/florence";
I cannot use.
require "cal.conf.pl";
As I would expect to, I have to use.
requ
Does anyone recognize this and know the
solution???
Use of uninitialized value in concatenation (.) at
D:/Perl/site/lib/Net/Config.pm line 44.
Thanks
Doyle
Hi All,
I have a quicky for you experts out there
I have a script that was made for Unix, it shows the path to a file
as follows:
./Myfile.data
That obviously does not work in Winperl (or at least on my system)
What would be the correct equivalent file path st