"John W. Krahn" <[EMAIL PROTECTED]> writes:
>> cat ./testglob.pl
>> #!/usr/local/bin/perl -w
>>
>> use File::Glob ':glob';
> ^^^^^^^
> Note that the only options available are ':case', ':nocase' and
> ':globally',
Maybe it recognizes the abbrev or something. Doesn't seem to be
wreaking havoc after fixing the (or, ||) operator. In my post it is a
verbatim quote from perldoc File::Glob:
NAME
File::Glob - Perl extension for BSD glob routine
SYNOPSIS
use File::Glob ':glob';
@list = bsd_glob('*.[ch]');
$homedir = bsd_glob('~gnat', GLOB_TILDE | GLOB_ERR);
if (GLOB_ERROR) {
# an error occurred reading $homedir
}
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]