Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

What is code readability?

by brian_d_foy (Abbot)
on Jan 02, 2007 at 19:23 UTC ( [id://592616]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ; sub foobar
       { my $value = shift
    ...
          }
       ; return 
       }
    
  2. or download this
    x = 3
    y = 1
    
  3. or download this
    point = [ 3, 1 ]
    
  4. or download this
    x1 = 4
    x2 = 6
    ...
    first_name = 'Fred'
    last_name  = 'Flinstone'
    city       = 'Bedrock'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-23 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found