in reply to Re: Understanding $CGI::Q
in thread Understanding $CGI::Q

Yes yes ... that makes sense. If i put a
param();
call before sending $CGI::Q everything works fine.

Thank you for pointing it out!!

I'm actually changing the code from the imported "elegant" function interface to the object $q-> interface, as you have suggested, hence the need to handle both situations.

Thank you all.