[ale] OT: Perl redirect that retains form fields
Geoffrey
esoteric at 3times25.net
Tue May 7 13:33:55 EDT 2002
James P. Kinney III wrote:
> write out all your field=value data to a temp file. Pass the name of the
> temp file as a parameter to the next script. If the next script gets a
> parameter, it is used to open the file and pull out the field=value
> pairs. Then delete the temp file.
It is possible to pass this information within perl itself using a form
of recursion such as:
if ($firsttimethrough){ # set a bunch of form values } else {
# do something with these form values }
I've done this in a previous life, but don't have the time right now to
research it further...
--
Until later: Geoffrey esoteric at 3times25.net
I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list