- or download this
*vlp_func = \&Very::Long::Package::func;
- or download this
use warnings;
use strict;
...
import_func('Foo::Bar::func', 'fb_func');
fb_func(); # Calls Foo::Bar::func
- or download this
import_func("Foo::Bar::$_", "fb_$_")
foreach qw( func moo bla );