in reply to Speaking of indirect object notation...

You can replace a builtin with your own sub like so:

*CORE::GLOBAL::glob = \&File::Glob::csh_glob;

...at least that's how File::Glob does it. It doesn't work with warn (and some others that I tested), though. I'm not sure why some would work and others wouldn't...

(...anyone?)

Replies are listed 'Best First'.
Re: Speaking of indirect object notation...
by benizi (Hermit) on Apr 22, 2005 at 21:09 UTC