jepri has asked for the wisdom of the Perl Monks concerning the following question:
For instance, I could just copy all the scripts and support libraries to a directory, then put a shell script in /usr/bin that looks like this
cd /usr/lib/perl_prog/ perl start.pl
At the moment I've been distributing bits of the program all over the place - the main script file in /usr/bin and then doing a use lib '/usr/lib/perl_prog/'. I've been avoiding putting my modules in the perl @INC structure because it doesn't seem quite right - the library modules aren't general purpose, so I'm just polluting the directory structure.
So how do you do it?
____________________
Jeremy
I didn't believe in evil until I dated it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do you package your programs?
by lachoy (Parson) on Aug 28, 2002 at 11:45 UTC | |
by Abigail-II (Bishop) on Aug 28, 2002 at 12:08 UTC | |
by crenz (Priest) on Aug 28, 2002 at 12:50 UTC | |
by jepri (Parson) on Aug 28, 2002 at 11:51 UTC |