Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: pushing hash values to an array

by fenLisesi (Priest)
on Oct 16, 2006 at 12:35 UTC ( [id://578481]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        push @integers, $spelling_href->{ $key };
    }
    printf qq(%s\n), join q(, ), @integers;
    
  2. or download this
    1, 2, one, two, three
    3, 4, 5, one, two, three
    
  3. or download this
    use strict;
    use warnings;
    ...
        ;
    
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-23 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found