in reply to Re^2: Commonly accepted style guide?
in thread Commonly accepted style guide?

I don't.

Perhaps you should. Here's one example (paraphrased from real life) of how it can get ugly...

#!/usr/bin/perl $\=$/; @n[0] = localtime; $n[1] = localtime; print for @n;

-sauoq
"My two cents aren't worth a dime.";