# Method 1 use Mymodule qw(&func1 &func2); # Method 2 autouse Mymodule => qw(func1 func2); #### use autouse Mymodule => qw(func1 func2);