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