in reply to Re^2: How has your coding style changed over the years?in thread How has your coding style changed over the years?
this seems to have been fixed in the CSS or at least for Chrome
for my $x (@a) { print; # 1 tab print; # 4 blanks } [download]