in reply to Re^2: Invoking a string reference to a anonymous subroutine
in thread Invoking a string reference to a anonymous subroutine
My code worked and the code you are showing now will also work.
But maybe you should care to define _handler within the scope of your private $_parse... variables to have a proper closure?
Otherwise Variable "$_parse_element_configuration" is not available at (eval 8) line 2."
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Invoking a string reference to a anonymous subroutine
by Superfox il Volpone (Sexton) on Jan 15, 2014 at 12:48 UTC | |
by LanX (Saint) on Jan 15, 2014 at 13:26 UTC |