Help for this page

Select Code to Download


  1. or download this
    use 5.014;
    
    ...
        A::stuff();
        B::stuff();
    }
    
  2. or download this
    use 5.014;
    
    ...
        my $object = bless []=> 'C';
        $object->foo;
    }