Help for this page

Select Code to Download


  1. or download this
    package OverloadObj
    use Want;
    ...
        untie $$self;
    }
    1;
    
  2. or download this
    package OverloadObj::Test;
    use OverloadObj;
    ...
    $test = new OverloadObj::Test;
    $test->speak;
    print "$test";