Help for this page

Select Code to Download


  1. or download this
    package Decorator;
    
    ...
        my $self = shift;
        $self->parent->$AUTOLOAD( @_ );
    }