Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Getting an array slice of value assignments in a hash

by Tomtom (Scribe)
on Jun 03, 2005 at 10:21 UTC ( [id://463206]=note: print w/replies, xml ) Need Help??


in reply to Getting an array slice of value assignments in a hash

my %vals=( 1 => '0', 2 => '3', 3 => '5'); # Do you need this ? # my @arr = ( 0,1,2,3,4,5,6 ); print join ',', map { $vals{$_} } sort keys %vals;

Log In?
Username:
Password:

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

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

    No recent polls found