Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^6: enumerating values for slopes

by farang (Chaplain)
on Sep 24, 2014 at 02:07 UTC ( [id://1101736]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @vector = (4.3125, 0.4375);
    push @AoA, \@vector;
    @vector = (4.375, 0.375);
    push @AoA, \@vector;
    
  2. or download this
    push @AoA, [ @vector ];
    

Log In?
Username:
Password:

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

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

    No recent polls found