Re: Perl and Frame re-directs

On Thu, 30 May 1996, Steven Elliott wrote:

> Maybe I am not making myself clear since two individuals have replied
> to my queries without understanding the question.
[...] 
> 
> The question remains the same - How can one redirect HTML docs to
> different frames from WITHIN a PERL script????

Send your individual frames output to actual files (each file name unique
each time the script is called) reachable from your web server and have
the output master framed document from the CGI script point to those
physical files (don't actually output the master frame document until
*after* you have written the frame documents to the disk). Run a garbage
collector periodically to clean out the old files.

-- 
Benjamin Franz

Received on Thursday, 30 May 1996 13:38:56 UTC