On Fri, 16 Aug 2002, Charles wrote:

> I have a perl script that works fine with perl 5.004 in MKS 6.2a.
>
> I have recently upgraded to Perl 5.6.0 in MKS 8.1 and the script is broken with the 
>following error.
>
> Undefined subroutine &Win32::CopyFile called at 
>C:/PROGRA~1/MKSTOO~1/etc/perl/lib/File/Copy.pm line 197.
>
> What should I do to fix the error?
>

On a command line do:

perldoc File::Copy

read the documentation and modify your program to use the
functions that the module provides, probably "copy".

**** [EMAIL PROTECTED] <Carl Jolley>
**** All opinions are my own and not necessarily those of my employer ****

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to