![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Writing code that looks niceby amir_e_a (Hermit) |
on Apr 12, 2010 at 15:30 UTC ( #834296=note: print w/replies, xml ) | Need Help?? |
I avoid using $_ and default arguments even in the shortest programs, except when i have to (in map, for example) or in very particular idioms, such as
(from perlfaq4.) And i usually avoid postfix conditions. But as everyone here says, it's a matter of taste.
In Section
Seekers of Perl Wisdom
|
|