Harry Putnam wrote:
> 
> Jeff 'japhy' Pinyan <[EMAIL PROTECTED]> writes:
> 
> > And || enforces scalar context, so func() won't (can't) return a list, in
> > your case.
> 
> Thanks, I'd have been a very long time figuring that out...

Another point.

> cat ./testglob.pl
>   #!/usr/local/bin/perl -w
> 
>   use File::Glob ':glob';
                   ^^^^^^^
Note that the only options available are ':case', ':nocase' and
':globally',


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to