Help for this page

Select Code to Download


  1. or download this
    # create a new module skeleton:
    $ h2xs -AXn My::App
    ...
    # and update the Makefile.PL to install the scripts
    # and manual pages automatically:
    $ vi Makefile.PL
    
  2. or download this
    # test that everything works
    $ perl Makefile.PL && make
    ...
    
    # and pack it
    $ make dist