in reply to Re(4): Database design and Class::DBI
in thread Database design and Class::DBI
However, I am very down on the use of the constant pragma and using subs as constants in general, because of all the messy situations you get into when trying to use your constants in a string or a hash key. I think it's much more clear to just use globals, which everyone can understand immediately.
|
|---|