Help for this page

Select Code to Download


  1. or download this
    *Bar::new = \*Foo::new;
    
  2. or download this
    Expected class: Bar
    
  3. or download this
    %Bar:: = %Foo::;
    my $x = Bar::new('Bar');
    
  4. or download this
    Undefined subroutine &Bar::new