Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Is this ancient perl or just a cargo cult?

by chromatic (Archbishop)
on Nov 01, 2013 at 05:11 UTC ( [id://1060709]=note: print w/replies, xml ) Need Help??


in reply to Is this ancient perl or just a cargo cult?

It doesn't predate hashes; hashes were in the earliest versions of Perl.

Perl lets you bless any reference (scalar, hash, array, function, filehandle, glob) as an object. Most objects are blessed hashes, but that's not necessary.

Accessing array elements is a little bit faster than accessing hash entries. Using a named constant as an array index lets you access object attributes directly by name and gives you a little more compile-time typo protection. It's rare, so most people probably who know about it don't consider it worth the trouble.


Improve your skills with Modern Perl: the free book.

  • Comment on Re: Is this ancient perl or just a cargo cult?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-23 22:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found