Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^6: Sum of N elements in an M element array

by AnomalousMonk (Archbishop)
on Feb 14, 2020 at 23:25 UTC ( [id://11112981]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl
    use strict;
    ...
    [-33, ["f", "o", "u", "r"], { V => 5 }]
    ok 2 - no warnings
    1..2
    
  2. or download this
    my @uniqIndicePermsSorted =
        map [ unpack 'N*', $_ ],
    ...
        map pack('N*', @$_),
        @allIndicePermsSorted )
        ;
    

Log In?
Username:
Password:

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

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

    No recent polls found