Harry Putnam wrote:
> "John W. Krahn" <[EMAIL PROTECTED]> writes:
>>>
>>>   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:

File::Glob handles the :glob tag automatically via the EXPORT_OK
array, while  :case, :nocase, and :globally are handled explcitly
in the import method as they are modes of operation rather than
groups of exported ientifiers.

Cheers,

Rob




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

Reply via email to