Help for this page

Select Code to Download


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