Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    make
    make test
    make install
    
  2. or download this
    perl Makefile.PL EXPATLIBPATH=/usr/local/lib EXPATINCPATH=/usr/local/i
    +nclude
    make
    make test
    make install
    
  3. or download this
    WriteMakefile(
        NAME => 'XML::Parser::Expat',
    ...
        VERSION_FROM => 'Expat.pm',
        @extras
    );
    
  4. or download this
        LIBS => $libs,
    
  5. or download this
        OBJECT => "Expat.o /usr/local/lib/libexpat.a",