Package->function(@args); # like this Package::function(@args); # not this! #### { package AllP; use base qw( FP LP GP ); }