Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Perl aesthetics: the good, the bad, the ugly.

by BUU (Prior)
on May 01, 2002 at 13:12 UTC ( [id://163254]=note: print w/replies, xml ) Need Help??


in reply to Perl aesthetics: the good, the bad, the ugly.

Sigils. "Best Thing Ever?" IMHO, yup! Even though sigils tend to enhance the 'noisyness' of a line, once you learn to read them, theyres no going back. Sigils do so much more to promote code legibility and understanding then practicly any other structure in the language. The ability to know instantly what data type something is, is invaluable. You could get into scalar references, but in general those are still understandable. You know that whatever is in $var is going to be a singular value, whatever it is, and you know if you see @$var that $var is supposed to be a refference to an array. Much cleaner then random pointers. Again, this is all IMHO of course, etc etc.
  • Comment on Re: Perl aesthetics: the good, the bad, the ugly.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://163254]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found