- or download this
my @words = map { split " ",$_ } <DATA>;
- or download this
my @ary = split (" ", $_) while (<DATA>);
- or download this
while (<DATA>) {
my @ary = split (" ", $_);
}
- or download this
use strict;
use warnings;
...
__DATA__
ksg gae agdg ekau eg
Gke geo g ep ge
- or download this
SV = RV(0x1a97584) at 0x1a7f0bc
REFCNT = 1
...
MAX = 4
ARYLEN = 0x0
FLAGS = (REAL)