Re: Learning how to map a drive in Perl

2004-03-25 Thread Randy W. Sims
[EMAIL PROTECTED] wrote: I am looking at how I could connect to share and map a local drive in a perl script. I have cut and pasted the code from the man page from Lanman to understand what is happening. When I run the code below I get the following error Undefined subroutine &main::USE_IPC called

Learning how to map a drive in Perl

2004-03-25 Thread neill . taylor
I am looking at how I could connect to share and map a local drive in a perl script. I have cut and pasted the code from the man page from Lanman to understand what is happening. When I run the code below I get the following error Undefined subroutine &main::USE_IPC called at map.pl line 5. Am I