http://qs1969.pair.com?node_id=152140

emcb has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Im creating an application that that uses my own mods but i cant work out how the new func in say cgi works. I know the bless bits, but what i cant work out is how to pass vars to the new method like:

Frontier::Daemon->new( LocalPort => $listeningport, methods => $methods);

Any one know how i do this?

Thanks