in reply to Module ( method ) alias ?
package AudioRecord; use parent qw' ManVideo '; sub new { my $class = shift; ... my $obj = $class->SUPER::new( @_ ); ... return $obj; }
my $rec = AudioRecord->new( ... );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Module ( method ) alias ?
by exilepanda (Friar) on Oct 04, 2012 at 07:04 UTC | |
by Anonymous Monk on Oct 04, 2012 at 07:43 UTC | |
by exilepanda (Friar) on Oct 04, 2012 at 22:13 UTC |