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