daemonchild has asked for the wisdom of the Perl Monks concerning the following question:
So I made some minor changes, but figured I didn't have to do too many alterations, as I wasn't doing anything "weird" in the script. Yet it refuses to work on NT.
I wrote some simple test scripts, and I believe I have tracked down one of the problems. Is there a special module I need to use to access files through the netBEUI protocol? I did a couple of searches for one, but came up with nothing that really answered my question.
As it stands now, my script fails on this line:
open(FILE,'\\server\path\to\file');
any ideas? or any favorite resources for CGI programming in win32?
any help would be appreciated
steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: netBEUI win32 CGI and other stuff
by Anonymous Monk on May 26, 2000 at 11:45 UTC | |
by demerphq (Chancellor) on Mar 05, 2002 at 13:51 UTC | |
|
Re: netBEUI win32 CGI and other stuff
by httptech (Chaplain) on May 26, 2000 at 08:21 UTC | |
|
RE: netBEUI win32 CGI and other stuff
by t0mas (Priest) on May 26, 2000 at 10:20 UTC | |
|
Re: netBEUI win32 CGI and other stuff
by Anonymous Monk on May 26, 2000 at 11:42 UTC |