in reply to Re^3: improving the aesthetics of perl code
in thread improving the aesthetics of perl code
Not that I make any claims for its aesthetics. :-)push @hosts, map { /^([\w.]+)$/ ? $1 : () } @tmp;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: improving the aesthetics of perl code
by sleepingsquirrel (Chaplain) on Jan 21, 2005 at 22:43 UTC |