- or download this
open my $fh, '<', $file or die "failed open file: $!";
my $arr = [];
...
push @{ $arr->[$.] }, split /\./; # i assume string end '.'
}
}
- or download this
use strict;
use warnings;
...
Here starts the third paragraph.
This is the second line of this
- or download this
$VAR1 = [
'Here',
...
'of',
'it.'
];