in reply to
$SIG{ALRM} with a class method
you could try
$SIG{ALRM} = sub { $obj->funcName; };
[download]
definitely untested, maybe unintelligent...
Comment on
Re: $SIG{ALRM} with a class method
Download
Code
In Section
Seekers of Perl Wisdom