in reply to Re: Forcing array context on a file handle
in thread Forcing array context on a file handle
Hi, ronmrdechai
$lines = grep {$_} <$file>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Forcing array context on a file handle
by QM (Parson) on Nov 02, 2012 at 12:31 UTC |