in reply to Re: Undefined subroutinein thread Undefined subroutine
-- zigdon
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;
--hiseldlWhat time is it? It's Camel Time!