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