Help for this page
> perl indobj.pl Bar Undefined subroutine &Bar::Foo called at indobj.pl line 10.
package Bar; ... my $bar = new Bar(); $bar->addFoo(); # if there's a bug, this should tickle it