Help for this page

Select Code to Download


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