Help for this page

Select Code to Download


  1. or download this
    h2xs -A -X -n MyModule
    
  2. or download this
    perl Makefile.PL
    make
    make test
    make tardist
    
  3. or download this
    tar xvfz modulename.tar.gz
    cd modulename
    ...
    make
    make test
    make install
    
  4. or download this
    use lib qw(/path/to/own/modules)
    use MyModule;