in reply to Re: Modifying Parameter Values w/CGI.pm
in thread Modifying Parameter Values w/CGI.pm
Some may ask "why not just omit the unused parameter from being included by pgm-A?" Well, obviously, why not, other than I want to use a "copy-book" include for a parameter list. In OS/400 for example, whether COBOL or RPG, I usually just include a pointer to a data structure as a single parameter, rather than a list of individual scalers (MUCH more efficient). This datastructure can be the description of an entire record format (and in the case of OS/400, an externally described data-structure); therefore, the entire record format with value content can be passed as a single parameter. If some fields in the data-structure are zero, blank, or null, . . .it doesn't matter.
Also, thanks for the "heads-up" on CGI::simple. Ron W.
|
|---|