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

Re^3: Merging two array(refs)

by kpiti (Novice)
on Jan 21, 2013 at 01:43 UTC ( [id://1014370]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $a->[0] = [qw/f0 f1 f2 f3/];
    $b->[0] = [qw/e0 f2 e1 f0 e2];
    
  2. or download this
    $m = [
    [qw/f0 f1 f2 f3 e0 e1 e2],
    [qw/a0 a1 a2 a3 "" "" ""/],# ..and so on all of $a
    [qw/b3 "" b1 "" b0 b2 b4/],# ..and so on for $b->[1..$]
    

Log In?
Username:
Password:

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

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

    No recent polls found