in reply to Re: reading files from a directory
in thread reading files from a directory
I need to read about glob because I don't understand that line. Which print statement has better style? Should I use the . (join) in a print? Thanks, Kevinwhile (defined($_ = glob(' IN '))) { print "Hello $_"; } while (<IN>){ print "Bye " . $_ ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: reading files from a directory
by kcott (Archbishop) on Oct 28, 2010 at 06:34 UTC |