Help for this page

Select Code to Download


  1. or download this
    return if ! defined $_[0];
    
  2. or download this
    rollback( methodfunction( 'foo' ) or goto NO_ROLLBACK );
    NO_ROLLBACK:
    ...
    sub methodfunction {
        return $_[0];
    }