Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "calling method with B's data\n";
    $return = $obj->method('B data');
    print "return value was $return\n";
    
  2. or download this
    B new
    calling method with generic data
    ...
    B=HASH(0xa01116c): B DESTROY
    B=HASH(0xa01116c): A DESTROY
    B=HASH(0xa01116c): Base DESTROY