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 ( #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 (Chancellor) 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? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2023-03-31 10:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (75 votes). Check out past polls.

    Notices?