in reply to Re^2: Module ( method ) alias ?
in thread Module ( method ) alias ?

The first two lines do it all, all the others are only if you want to change something , like swap AudioType with VideoType ), Modern Perl and perlootut explain everything else, just use Ctrl+F to search

Replies are listed 'Best First'.
Re^4: Module ( method ) alias ?
by exilepanda (Friar) on Oct 04, 2012 at 22:13 UTC
    Haha! yes, I got it now. And the problem of my sub p was that I forgot to shift the class ref, so it prints the ref address. Thanks again!