I don't think you need goto, here's a snippet that I've often used:
use parent 'Exporter'; sub import { # fiddle with @_ all you like here __PACKAGE__->export_to_level(1, @_); return; }
In reply to Re: Mixing configuration options and exports in 'use' statement
by haukex
in thread Mixing configuration options and exports in 'use' statement
by Dallaylaen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |