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