I've got a script that works fine on our Unix/Apache server. I'm trying to
get it to work in PWS for Win32. I've set up PWS correctly, no problem
there. I don't think that the "glob" function is working properly though.
Here's the snippet that isn't doing what I expect:
$forum = $input{'forum'};
$messagedir = "/inetpub/wwwroot/forums/$forum";
print "$messagelist[0] $forum $messagedir Hello world!";
$messagelist[0] doesn't print anything. Everything else does. Again, the
very same code (with different paths) works on Unix/Apache. I've installed
the latest ActiveState build (515). $messagedir[0] should hold the value
"1.dat". Are there any issues with glob and Win32? Can someone give me some
help or point me to a FAQ? Thanks.
Take it easy...
Gabe