On 10/23/2006 08:37 AM, Beginner wrote:
Hi,
I have a html document with links to a perl cgi scripts. The script
gets some file information and I want the returned page to have the
data from the script in one frame and a different location in the
other but I'm not sure how.
If I so something
Hi,
I have a html document with links to a perl cgi scripts. The script
gets some file information and I want the returned page to have the
data from the script in one frame and a different location in the
other but I'm not sure how.
If I so something like:
#!/usr/bin/perl
use strict;
use wa