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

Re: Re: "Intelligent" array joining

by dragonchild (Archbishop)
on Feb 06, 2004 at 03:22 UTC ( [id://326978]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @array1 = qw(dog cat rat mouse);
    my @array2 = qw(dog rat mouse bird);
    ...
    print "@collection\n";
    
    __END__
    
  2. or download this
    dog cat rat mouse bird fish
    dog rat mouse bird cat fish
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found