in reply to Re: CGI Action call
in thread CGI Action call
Hi Thanks
This: Let your code call the sub for data and let the sub return the data only. confuses me.
code called under if (action = xxx) can call a sub which can produce the the desired result but and return(data) it but isn't that returned to the action call and since that is not a sub, won't it fail in the same way as trying to return it directly from the action called code?
|
|---|