in reply to Re^4: Setting a type=file parameter in CGI.pm
in thread Setting a type=file parameter in CGI.pm
Perhaps you could write the existing code to accept some data structure other than a CGI object. Then in the CGI that uses it, have something "convert" the CGI object you have into the data structure the new code takes. In your email processing code, you pass data in with the new structure directly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Setting a type=file parameter in CGI.pm
by Rodster001 (Pilgrim) on Jan 05, 2009 at 17:19 UTC |