Help for this page

Select Code to Download


  1. or download this
    package test;
    use gadget;
    ...
            @test::ISA = qw(Exporter);
            @test::EXPORT = qw(parse_tag);
    }
    
  2. or download this
    @ISA = qw/gadget Exporter/;