Help for this page

Select Code to Download


  1. or download this
    package F;
    sub foo { "foo" }
    ...
    package main;
    my $o = bless [],"G";
    print $o->foo;
    
  2. or download this
    CODE(0x8149624)
    Undefined subroutine &G::foo called at - line 9.