Damn that's really hard to parse. Is that the same as $self->{&{$testname}}->($system)? I guess, you're using ref and deref to silence the strictures? Instead of no strict 'refs'?$self->{&{\&{$testname}}}->($system);
What does that do?
In reply to Re: how to call a sub via variable in library
by Anonymous Monk
in thread how to call a sub via variable in library
by glenn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |