Help for this page
package test; use gadget; ... @test::ISA = qw(Exporter); @test::EXPORT = qw(parse_tag); }
@ISA = qw/gadget Exporter/;