in reply to
Re: interactive CGI script?
in thread
interactive CGI script?
I think the question is about maintaining the data structure between invocations of the script. For that,
vinforget
will need to look into session management. I use
Apache::Session
but there are
plenty of other choices
.
Comment on
Re: Re: interactive CGI script?
Replies are listed 'Best First'.
Re: Re: Re: interactive CGI script?
by
vinforget
(Beadle)
on Mar 05, 2003 at 14:41 UTC
Thanks a bunch. This is exactly what I am looking for. Vince
[reply]
In Section
Seekers of Perl Wisdom