On 4/7/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
snip
> use file::Xcopy;
> syscopy("D:\\vobs","D:\\backup");
>
> Any sol. on this plz?
>
> Regards
> Irfan Sayed
snipIf that is exactly the code you used then the problem is "use file::Xcopy;". It should read "use File::Xcopy;" -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
