in reply to Re[2]: How do you organize your Perl applications?
in thread How do you organize your Perl applications?
I also wonder if you have a sibling dml directory which has the definitions for a SQL phrasebook. To be honest, that idea only just occurred to me, but it does seems attractive. Something like:
+--sql +--dml # database setup scripts and definitions here. +--ddl # data files with phrasebook definitions here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re[4]: How do you organize your Perl applications?
by PotPieMan (Hermit) on Apr 05, 2003 at 15:47 UTC |