Help for this page
package IDObject; my $db; sub set_db { $db = shift; }
package Table; use DB; ... . . }