I have created a class module (thanks to all of you who suggested how). Now I have a small problem. So module is another file with .pm extention. When I have to use it, I have to
command.
Can anyone help me with how to use class modules, or objects. Do I have to explicitly state every variable's package name?
Thanks.