Help for this page
#!/usr/local/bin/perl -w use strict; ... [9] 17 [0] g'day mate
$/="\'\n"; while (<DATA>) { ... my $i; print "[",$i++,"] $_\n" for split /\+/; }