http://www.perlmonks.org?node_id=417475


in reply to Re: goto superclass method
in thread goto superclass method

You don't need the curlies there. It will work just fine without them:

goto $_[0]->can( 'SUPER::dostuff' );

Makeshifts last the longest.