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 :(
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.