build - Install script for perl script -


i have simple perl script , want make install script install dependencies (perl modules) , copy file.perl /usr/share/path asking password if necessary. found there solutions installing perl modules (makefile.pl, build.pl etc.). script isn't module. how should attempt it?

makefile.pl/extutils::makemaker support exe_files parm perl script, can see how app::ack this or check tutorial. set prefix directory , should work you.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -