Help for this page

Select Code to Download


  1. or download this
    package Foo;
    our @ISA = qw(Exporter Phoo);
    ...
      $self->my_Phoo_func($Whig, $arg, $/);
    
    }
    
  2. or download this
    #include "Foo.h"
      // class Foo : public Phoo { ... };
    ...
      this->my_Phoo_func(Whig, arg, "\n");
      Whig = save_Whig;
    }