in reply to Re^2: REST Webservices and CGI.pm
in thread REST Webservices and CGI.pm
param('XForms:Model')
would mean that something script sent a CGI parameter to your script with the name XForms:Model. Why would what other programs send to your script need to be documented in CGI.pm? Update: Ah - XForms:Model would be somewhat "special", I now see. If this is handled by CGI.pm, then it should be documented there indeed.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: REST Webservices and CGI.pm
by wdsaeghe (Acolyte) on Oct 18, 2011 at 08:23 UTC |