http://qs321.pair.com?node_id=728842


in reply to Re^2: Little annoying mistakes ... of others
in thread Little annoying mistakes ... of others

Worse? That's the One True Way. However, for one-liners, horizontal alignment is preferable, i.e.:

for (my $i = 0; $ <= @names; $i++) { print $names[$i] }

Given the C code. Hey, sometimes Perl is useful as a C prototyper.

sas