Help for this page

Select Code to Download


  1. or download this
    tar zxvf SomeModule.tar.gz
    cd SomeModule
    perl Makefile.PL PREFIX=/some/directory/you/can/write/to
    make
    make install
    
  2. or download this
    use lib qw(/some/directory/you/can/write/to);
    use Some::Module;