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

Invoking a string reference to a anonymous subroutine

by Superfox il Volpone (Sexton)
on Jan 14, 2014 at 19:03 UTC ( [id://1070587]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $_parse_element_configuration = sub{ ... };
    my $_parse_element_machines = sub{ ... };
    
  2. or download this
    my $handler = "_parse_element_configuration";
    
  3. or download this
    $self->${$handler}($element); # Use of uninitialized value in method l
    +ookup at Configuration.pm line 59.
    

Log In?
Username:
Password:

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

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

    No recent polls found