Help for this page

Select Code to Download


  1. or download this
      $ cpan
      cpan>look ExtUtils::MakeMaker
      [/path/to/the/module/build/directory]#
    
  2. or download this
     $ cd /path/to/the/module/build/directory
     $ perl Makefile.PL 
     $ make
     $ make test        
     $ make install