Well, I finally got the meta redirect to work also with the following
syntax and positioning:
print "Content-type: text/html\n\n";
print "<meta http-equiv=refresh content='1; URL=http://www.dmatca6.org'>";
Actually, anywhere after the Content line.
Thanks to all who helped. I'm new to this and it looks like a great group.
Perl/cgi is an incredibly rich language, looks like it's going to take a
good while to master it, but I'm convinced it's worth every bit of
effort. Walt.
At 04:29 PM 7/7/2001 -0700, you wrote:
>doesn't the location need to be first thing sent? that's how it is in PHP.
>
>if you want to force them to a page after displaying a bunch of stuff to the
>screen you'll need to use a <meta redirect>
>
>-deno