in reply to (tye)Re: win32 drive name
in thread win32 drive name

Can't locate Win32API/File.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .)

Unfortunately, I (and my co-workers) are forced to use an older version of perl (5.005_03) which doesn't seem to have that module. :(

I only whine because this will be part of a script that will be used by many, and requiring everyone to install a new module is painful - especially since we're behind a firewall and most of the group are not fluent in installing modules. double :(

Replies are listed 'Best First'.
Re: Re: (tye)Re: win32 drive name
by Three (Pilgrim) on Nov 26, 2002 at 17:01 UTC
    Have you considerd useing perl2exe.
    You could go to the latest perl and what ever modules you want.
    It wraps modules in to the executiable.
    And only 1 file to copy and your done.
    Give it a try here is the link.