http://qs321.pair.com?node_id=242047


in reply to Re^2: Undefined subroutine
in thread Undefined subroutine

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;

--
hiseldl
What time is it? It's Camel Time!