summaryrefslogtreecommitdiff
path: root/test.pl
blob: c3eeb036298d6ae2e92ba2663ec91842e0045332 (plain)
1
2
3
4
5
6
$* = 1;
undef $/;
$input = <>;
@records = split(/^--\n/, $input);
print @records + 0, "\n";
print $records[0], "\n";