newbie_coder has asked for the wisdom of the Perl Monks concerning the following question:
Pardon me for my out of place use of words, as I am new in programming arena.
I am working on a tool which will work from command line. I have coded different functionality in different .pm files. Some of the .pm files use CPAN modules, viz Readline, which have few dependencies as well.
I want to install the tool in other systems in such a way that it automatically installs all the required CPAN modules along with all the dependencies and then can be run on the command line with a single command henceforth.
Please help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to combine multiple perl modules to make them run from command line
by Tanktalus (Canon) on Nov 10, 2010 at 05:28 UTC | |
|
Re: How to combine multiple perl modules to make them run from command line
by Khen1950fx (Canon) on Nov 10, 2010 at 07:19 UTC | |
by DrHyde (Prior) on Nov 11, 2010 at 11:09 UTC | |
|
Re: How to combine multiple perl modules to make them run from command line
by CountZero (Bishop) on Nov 10, 2010 at 09:33 UTC | |
|
Re: How to combine multiple perl modules to make them run from command line
by marto (Cardinal) on Nov 10, 2010 at 09:36 UTC | |
|
Re: How to combine multiple perl modules to make them run from command line
by siraj (Sexton) on Nov 10, 2010 at 11:20 UTC |