Hi Chas,

I corrected. but still same error.

I put as use File::Xcopy;

Any other sol. plz

Regards
Irfan Sayed

 



"Chas Owens" <[EMAIL PROTECTED]> 
04/07/2006 10:02 AM

To
Irfan J Sayed/India/[EMAIL PROTECTED]
cc
beginners@perl.org
Subject
Re: windows command help






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
snip

If 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>



Reply via email to