Re: Re: File::NCopy doesn't work with path/file names with spaces?

2004-09-07 Thread Richard Joh
Making the changes inside ../lib/File/Ncopy.pm seemes to fix the
problem while putting "use File::NCopy ':glob';" in the user
code didn't.

One thing interesting, though, is that putting the line in my
script made a little bit of difference--files containing one '
(singe quote) in the file names were actually copied.

Anyway, thanks.

Richard



Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


 On Tue, 07 Sep 2004, $Bill Luebkert ([EMAIL PROTECTED])
wrote:

> Suresh Govindachar wrote:
> 
> > $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)
> 
> I don't think so, but adding it in the module at 175 makes the
change
> at 508 unecessary - near aas I can tell.
> 
> -- 
>   ,-/-  __  _  _ $Bill Luebkert   
Mailto:[EMAIL PROTECTED]
>  (_/   /  )// //   DBE Collectibles   
Mailto:[EMAIL PROTECTED]
>   / ) /--<  o // //  Castle of Medieval Myth & Magic
http://www.todbe.com/
> -/-' /___/_<_http://dbecoll.tripod.com/ (My
Perl/Lakers stuff)
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 
> 

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


Re: File::NCopy doesn't work with path/file names with spaces?

2004-09-07 Thread $Bill Luebkert
Suresh Govindachar wrote:

> $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)

I don't think so, but adding it in the module at 175 makes the change
at 508 unecessary - near aas I can tell.

-- 
  ,-/-  __  _  _ $Bill LuebkertMailto:[EMAIL PROTECTED]
 (_/   /  )// //   DBE CollectiblesMailto:[EMAIL PROTECTED]
  / ) /--<  o // //  Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: File::NCopy doesn't work with path/file names with spaces?

2004-09-07 Thread Suresh Govindachar
$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