Help for this page
package IDObject; my $db; ... sub get_db { return $db }
sub fix_it { my $this = shift; ... . . }