Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Should I use Fields, InsideOuts, or Properties?

by dmitri (Priest)
on Jul 06, 2005 at 14:55 UTC ( [id://472837]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $hashref->{typo}
    
  2. or download this
    use constant TYPO => 'typo';
    
    $hashref->{(TYPO)}; # OK
    $hashref->{(TIPO)}; # Compile-time error, just what you want
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 09:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found