Help for this page
Select Code to Download
Select
or
download this
while(<JOE>) { @data = <JOE>; }
Select
or
download this
@data = <JOE>;
Select
or
download this
while(<JOE>) { push @data, $_; }