Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Perl Best Practices for naming variables

by mascip (Pilgrim)
on Jun 22, 2012 at 16:25 UTC ( [id://977874]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $age_of_hash->{Sam};
    
  2. or download this
    $h_age_of->{Sam}
    
  3. or download this
    $H_age_of->{Sam}
    $L_items->[2]
    
  4. or download this
    my %data_from; # File? Measurement? Experiment? etc.
    my %height_of; # Furniture? Object? Person? etc.
    my %results_list_for; # the keys could be almost anything
    
  5. or download this
    $data_from_measurement{measurement->label()}
    $height_of_furniture{$old_furniture}
    $results_list_for_file{$file_path}
    

Log In?
Username:
Password:

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

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

    No recent polls found