Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL PREFIX="path/to/local/module/directory"
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    use strict;
    use lib "path/to/local/module/directory";
    
  3. or download this
    dd if="some_module" of=/dev/fd0/"some_module"
    
  4. or download this