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

Re^2: Concerning hash operations (appending, concatenating)

by demerphq (Chancellor)
on Mar 25, 2005 at 08:06 UTC ( [id://442297]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my(@array1, @array2) = @_;
    
  2. or download this
        foreach my $element (@array2){
            @array1 = (@array1, $element);
        }#foreach
    
  3. or download this
    sub array_merge{ @_ };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found