Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: Perl Best Practices for naming variables

by ff (Hermit)
on Dec 20, 2006 at 12:03 UTC ( [id://590895]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        _ar for array ref
        _hr for hash ref
        _xr for code ref
        _sr for scalar ref
    
  2. or download this
        sub foo {
            my (
    ...
                $votes_hr,
                $count_mechanism_xr,
            ) = @_;
    

Log In?
Username:
Password:

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

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

    No recent polls found