Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: non-scalar hash key

by tweetiepooh (Hermit)
on Jun 17, 2009 at 16:14 UTC ( [id://772459]=note: print w/replies, xml ) Need Help??


in reply to Re: non-scalar hash key
in thread non-scalar hash key

Nice but not in the gold
use strict; use warnings; use Benchmark qw(:all) ; my @foo = qw/1 2 3 4 5 6/; my %bar = (pack('b', @foo) => 'elephants'); my @baz = qw/1 a 4 6 7/; print $bar{pack('b', @baz)} . "\n";
Also outputs "elephants".

Replies are listed 'Best First'.
Re^3: non-scalar hash key
by Arunbear (Prior) on Jun 18, 2009 at 10:05 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found