in reply to Re^2: CGI::Appl can't find sub
in thread CGI::Appl can't find sub
I'm guessing that maybe init is a constructor returning an object. If it is then you should probably be calling setCAList as a method like this.
pojmy $ret2 = $ret->setCAList($self->param(CA_list));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CGI::Appl can't find sub
by jimt999 (Initiate) on Jun 11, 2014 at 20:59 UTC | |
by boftx (Deacon) on Jun 11, 2014 at 21:25 UTC |