Help for this page
perl -p -e '$\+=$_}{'
LINE: while (defined($_ = <ARGV>)) { # Your code here ... continue { die "-p destination: $!\n" unless print $_; }
LINE: while (defined($_ = <ARGV>)) { $\ += $_; ... continue { die "-p destination: $!\n" unless print $_; }