Bart Lateur <[EMAIL PROTECTED]> wrote: >If it should be just "fooa", then I'd like to mote that solutions based >upon this trick would be disqualified, because they won't work on all >reasonable systems. :-)
perl56delta, aka perldelta for v5.6 & 5.6.1, says (n.b. this line = valid perl) File globbing implemented internally Perl now uses the File::Glob implementation of the glob() operator automatically. This avoids using an external csh process and the problems associated with it.