Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Concordance Printing of Two Arrays

by gopalr (Priest)
on Oct 17, 2005 at 08:54 UTC ( [id://500677]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use List::MoreUtils qw(pairwise);
    use Data::Dumper;
    ...
    @result=pairwise{($a.'-'.$b)}@num, @alp;
    
    print Dumper(\@result);
    
  2. or download this
    $VAR1 = [
              '1-A',
    ...
              '4-D',
              '5-E'
            ];
    

Log In?
Username:
Password:

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

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

    No recent polls found