in reply to Re: top ten things every Perl hacker should know
in thread top ten things every Perl hacker should know
Perl source files (for scripts, not modules) should be named like whatItDoes.pl and checked in to source control. And you should have a script that "installs" your Perl scripts so that you can run them. That install script should do the following:
Though certainly not necessarily in that order, or even as that many steps.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: top ten things every Perl hacker should know (script naming)
by tirwhan (Abbot) on Mar 16, 2006 at 08:33 UTC | |
by tye (Sage) on Mar 16, 2006 at 18:57 UTC | |
by tirwhan (Abbot) on Mar 16, 2006 at 21:54 UTC | |
by tye (Sage) on Mar 16, 2006 at 23:48 UTC | |
by apotheon (Deacon) on Mar 16, 2006 at 19:26 UTC |