Help for this page

Select Code to Download


  1. or download this
    sub pay_attention {
       die 'void context' if ! defined wantarray;
    ...
    sub wait_for_destruction {
       return OnDestroyDo->new( \&side_effect );
    }