Is there any module to map a network drive and remove a mapped network drive in perl

Is there any module to map a network drive and remove a mapped network drive in perl

am 22.10.2007 14:11:56 von king

Is there any module to map a network drive and remove a mapped network
drive in perl.

I didn't get any in CPAN.

Or is there any way to map and delete a network drive in perl.

Re: Is there any module to map a network drive and remove a mapped network drive in perl

am 22.10.2007 19:25:28 von kenslaterpa

On Oct 22, 8:11 am, king wrote:
> Is there any module to map a network drive and remove a mapped network
> drive in perl.
>
> I didn't get any in CPAN.
>
> Or is there any way to map and delete a network drive in perl.

Since you are talking about mapping a network drive, I am assuming you
are on Windows.
Using ActiveState?

Take a look at the documentation for Win32::NetResource package.

HTH, Ken