in reply to hashs and file handle globs
You probably want to use the readline() function instead.shell> perl -MO=Deparse -e 'open(0); @f=*0; print <$f[0]>' open *0; @f = *0; print CORE::GLOBAL::glob($f[0], 0); -e syntax OK
_________
broquaint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: hashs and file handle globs
by jroberts (Acolyte) on Nov 20, 2002 at 15:56 UTC | |
by broquaint (Abbot) on Nov 20, 2002 at 16:24 UTC |