Help for this page

Select Code to Download


  1. or download this
      h2xs -OXn MyModule
      cd MyModule
      perl Makefile.PL
      make
      make test
    
  2. or download this
    module-starter --module=MyModule --author="Me" --email="me@mine.com"
    cd MyModule
    perl Makefile.PL
    make test