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

Re^2: What is code readability?

by Herkum (Parson)
on Jan 03, 2007 at 04:10 UTC ( [id://592695]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Long line
    my $absolutely_very_long_value = $value_reference->{$first_record}{$se
    +cond_key}{super_property} + $value_reference->{$second_record}{$secon
    +d_key}{super_property};
    ...
    my $absolutely_very_long_value 
      = $value_reference->{$first_record }{$second_key}{super_property} 
      + $value_reference->{$second_record}{$second_key}{super_property};
    
  2. or download this
    my $print = qq~
    # HTML that goes on for 30+ lines
    # This some more text here. text text text text text text text~ if $in
    +s{save_changes};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-16 04:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found