![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Re^2: Undefined subroutineby hiseldl (Priest) |
on Mar 11, 2003 at 14:38 UTC ( #242047=note: print w/replies, xml ) | Need Help?? |
Yes, you are correct, a module is not an object, but you can use a module to instantiate an object. e.g. use MyMod; $object = new MyMod; --
In Section
Seekers of Perl Wisdom
|
|