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