Help for this page

Select Code to Download


  1. or download this
    $ perl -e'
    >    sub method {}
    ...
    >    $o->method();
    > '
    Can't locate object method "method" via package "main=HASH(0x814ec28)"
    + (perhaps you forgot to load "main=HASH(0x814ec28)"?) at -e line 6.