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

Re^2: Hash of Regex

by 7stud (Deacon)
on Apr 06, 2010 at 22:22 UTC ( [id://833140]=note: print w/replies, xml ) Need Help??


in reply to Re: Hash of Regex
in thread Hash of Regex

Perhaps you also will be interested in:</p.

my %dict = ( 'brown' => 'yellow', qr/int(\d+)/ => 'int', qr/float(\d+)/ => 'float', );
That doesn't do anything for me.

Edit: Woohoo. More negative rep. Keep it coming. I'm shooting for -100,000 by next week.

Replies are listed 'Best First'.
Re^3: Hash of Regex
by zwon (Abbot) on Apr 06, 2010 at 22:33 UTC
    That doesn't do anything for me.
    That shouldn't. OP asked if he can use regexp as a hash key, so I think he may be interested in inspecting content of mentioned hash with the help of Data::Dumper
      Thanks, I should have first checked the content of my hash using Data::Dumper.

Log In?
Username:
Password:

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

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

    No recent polls found