in reply to Command line perl software development

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.

  • Comment on Re: Command line perl software development