in reply to Use, Exporter, I'm Dizzy.
$ perl -e 'map {print $_,"\n"} @INC'
could be more simply written as
$ perl -le 'print for @INC'
Cheers,
JohnGG
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Use, Exporter, I'm Dizzy.
by Anonymous Monk on Feb 07, 2007 at 19:36 UTC |