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