Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

A pair of "mathematical" attributes for arrays?

by blazar (Canon)
on Sep 10, 2007 at 09:56 UTC ( [id://638020]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    }
    
    __END__
    
  2. or download this
    my @row :zero;
    
  3. or download this
    my @row :zero :nocirc;
    
    ...
        @row=map $row[$_-1]+$row[$_], 0..@row;
        print "@row";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found