$Bill Luebkert Sent on 07 Sep 2004 06:04:03 -0700:

Richard Joh wrote:

>> [as in subject]
> 
> Go to line 175 and add this line :
> use File::Glob;
> 
> Find this line around 508 :
>        push @args, glob $_[$i];
> and comment it out and follow it with :
>        push @args, File::Glob::glob $_[$i];
> 
> Let us know if that helps.
> 
Will putting -- in the user's code -- the line: 

   use File::Glob ':glob'; 

before the line 

   use File::Ncopy;

result in File::Glob::glob being used inside File::Ncopy?
Please try this too, and let us know.
(Refer:  Chapter 32/page 890 Camel book)

Thanks,

--Suresh

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

Reply via email to