Help for this page

Select Code to Download


  1. or download this
    sub method_which_may_suicide {
        my ($self,@arglist) = @_;
    ...
            undef $_[0];
        }
    }