in reply to Re^5: Wassercrats::Improved Volume 0, Number 0
in thread Perl::Improved Volume 0, Number 0

Hrm, I usualy pass my DBI handles around without globals. I could see making the handle a "global" part of a class, like Class::DBI does.

I guess making a complex object a global (or just widely-scoped) isn't as bad as a simple string or number. You at least have finer-grained control of what is going on that way. I'd still prefer to pass it around, though.

"There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.

  • Comment on Re^6: Wassercrats::Improved Volume 0, Number 0