Thanks a bunch,package MyApp::Example::Model; use strict; use base 'Example::Model'; sub new { my $class = shift; return bless Example::Model->new(@_), $class; } sub mymethod1 { ####; } sub mymethod2 { ####; } 1;
In reply to How to add functions to an existing module? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |