I'm creating a module that is a wrapper to a CLI tool. When the module first installs, I want it to prompt the user for a configuration setting and then save it in a configuration file. What tools/modules will make this easy? And what do I have to be careful of?
Also, a secondary question I have is, since this module will have a CLI, it will require a simple bin command to pass the commands to the module (which will then pass them through to the actual CLI too. What's the best way for the perl module to install this bin script to their machine? Is there anyway to avoid requiring the user to have to modify their .bash profile? Update: thanks for all the help! This will save me a lot of time.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
In reply to Tools for configurator script? by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |