Help for this page
use base 'MathML::Entities';
package MathML::Entities::Approximate; use strict; ... use vars qw( @ISA @EXPORT ); @ISA = qw( MathML::Entities Exporter); @EXPORT = qw( function1 function2 ); # re-export them