Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Perl Naming Conventions

by Anonymous Monk
on Apr 28, 2003 at 19:11 UTC ( [id://253796]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    getValue {
    ...
    }
    
  2. or download this
    get_value {
    ...
    }
    
  3. or download this
    getvalue {
    ...
    }
    
  4. or download this
    my $foo = new foo(
        AttributeName => "name",
        attribute_name => "name",
        attributename => "name",
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://253796]
Approved by Paladin
Front-paged by Coplan
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found