in reply to Re^3: top ten things every Perl hacker should know (script naming)
in thread top ten things every Perl hacker should know
Are you saying you'd link the executable to some working copy of the *.pl file that you have checked out (so that you can't edit without affecting those using it) or to the *.pl inside the revision control system (may not be possible, prevents you from checking in unfinished changes) or that you'd put *.pl files into your "bin" directory? I wouldn't put *.pl files into a "bin" directory, since it tempts the use of the *.pl file which would break when the script gets reimplemented or wrapped in something and it just adds clutter, IMO.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: top ten things every Perl hacker should know (link)
by tirwhan (Abbot) on Mar 16, 2006 at 21:54 UTC | |
by tye (Sage) on Mar 16, 2006 at 23:48 UTC |