Help for this page

Select Code to Download


  1. or download this
    #!perl
    C::A->thing(); # prints "C::A";
    ...
    
    package C::B;
    use base 'C::A';
    
  2. or download this
    my $self = @_; #2