Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: My coding guidelines

by emazep (Priest)
on Sep 08, 2005 at 18:04 UTC ( [id://490286]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %a_hash = (
    <TAB> very_very_long_key => 1,
    <TAB> k2        <SPACES> => 2,
    <TAB> another_k <SPACES> => 3
    );
    
  2. or download this
    my %a_hash = (
          very_very_long_key => 1,
                          k2 => 2,
                   another_k => 3
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-03-19 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found