anomilie has asked for the wisdom of the Perl Monks concerning the following question:

Hi PerlMonks, I have a few perl scripts that I want to turn into a command line program that others can downlaod and use. I'm familiar with command line arguments etc. Also I know of scrum and agile, which its what I'm looking for either. The blanks that I am currently having is what is need to transition this code to an executable. How does the installation of subroutines work? how should I structure my code collection? Your help is much appreciated.

Replies are listed 'Best First'.
Re: Command line perl software development
by james28909 (Deacon) on Jul 31, 2015 at 04:08 UTC
    Maybe what the OP is looking for is Par::Packer?
    Or perhaps if he is using Active State Perl, he could try out the Perl Dev Kit (perlapp).

    Hope this helps :)

    EDIT: Nevermind, I have GOT to start reading all the way to the end of the question LOL!
    You should check out the perl dev kit anyways :p It is easy to work with and will do /most/ of the work for you.
Re: Command line perl software development
by stevieb (Canon) on Jul 31, 2015 at 01:12 UTC

    Welcome to the Monastery!

    Your post doesn't make much sense. Give a couple examples of what you have, and let's go from there.

    Scrum and Agile refer to group coding practices, not releasing an executable.

    -stevieb

Re: Command line perl software development
by Anonymous Monk on Jul 31, 2015 at 02:20 UTC

    There is nothing to compile explicitly. Perl reads, compiles, runs the code read (mostly) from a file.

    Read about modules, packages, distributions in perldoc (also perlfaq3, perlfaq7, perlmodlib, etc.) and elsewhere about how to organize your code.

Re: Command line perl software development
by anomilie (Initiate) on Aug 17, 2015 at 04:27 UTC
    Thanks for the replies. I think par packer or pp is what I am after.
A reply falls below the community's threshold of quality. You may see it by logging in.