in reply to Re^4: improving the aesthetics of perl code
in thread improving the aesthetics of perl code
update: might as well get rid of the @tmp while we're at it...@hosts = map { /^([\w.]+)$/ ? $1 : () } @tmp;
@hosts = map { /^([\w.]+)$/ ? $1 : () } <CFGFILE>;
|
---|