in reply to (tye)Re2: fixing Perl's inconsistenciesin thread fixing Perl's inconsistencies
for $x (11 .. 80) { print "$x,"; print $x=~0 ? "\n" : " "; } [download]