Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Automating dispatch tables

by demerphq (Chancellor)
on Apr 16, 2004 at 14:19 UTC ( [id://345772]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    eval { $ref->$method() };  # updated: forgot the $method :-(
    die $@ if $@ and $@!~/^Undefined subroutine/;
    
  2. or download this
    $dispatch{$method}->() if $dispatch{$method};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 16:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found