in reply to
Is it possible to use a scalar to call a subroutine?
Try:
my $sub = \&do_this;
Comment on
Re: Is it possible to use a scalar to call a subroutine?
Download
Code
In Section
Seekers of Perl Wisdom