Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Implementing Dispatch Tables

by deMize (Monk)
on Jul 31, 2012 at 13:41 UTC ( [id://984599]=note: print w/replies, xml ) Need Help??


in reply to Implementing Dispatch Tables

This is an old post, but regarding your snippet ($disp_table{'not there'} || sub {})->(); why not do something like $disp_table{$some_key}->() if $some_key;?

It shouldn't error out for using an empty string. If your key is falsy (0 or undef), then it won't look it up.



Demize

Replies are listed 'Best First'.
Re^2: Implementing Dispatch Tables
by jdporter (Paladin) on Jul 31, 2012 at 13:44 UTC

    TIAS

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2025-07-17 13:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.