![]() |
|
No such thing as a small change | |
PerlMonks |
Re: References quick referenceby lachoy (Parson) |
on Apr 05, 2001 at 03:46 UTC ( #69946=note: print w/replies, xml ) | Need Help?? |
Great summary. Personally, I find the following:
much cleaner and easier to read than:
Maybe it's just me, but I've been using perl for 4+ years and I have never liked stringing the variable characters one after the other (%$). Particularly epxressions like the third and fourth line in the second group above. I've always thought that using the @{ } %{ } syntax more clearly and consistently evoked what I'm trying to say -- you can use it with variables, method calls/subroutines, etc. I'm interested if other folks feel differently -- it seems to be a matter of taste rather than an opportunity to define yet another One True Way :-) Chris
In Section
Tutorials
|
|