Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Separating array contents

by choroba (Cardinal)
on Jun 07, 2013 at 08:29 UTC ( [id://1037625]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
              { simple  => sub { simple(@arr_s);  simple(@arr_ns)  },
                complex => sub { complex(@arr_s); complex(@arr_ns) },
              });
    
  2. or download this
               Rate complex  simple
    complex 10723/s      --     -5%
    simple  11262/s      5%      --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 17:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found