Help for this page

Select Code to Download


  1. or download this
    $SIG{ALRM} = \&Classname::method; # update: no parens, force of habit.
    + Thanks bbfu.
    
  2. or download this
    $SIG{ALRM} = sub { Classname->method() };