http://qs1969.pair.com?node_id=57062


in reply to Redirection in parl?

Greetings SilverB1rd,

You could always try using HTML rather than Perl. I don't know if this will help your situation, but you never know. Try this:

my $url = 'http://www.mydomain.com'; print "<Meta HTTP-EQUIV=\"Refresh\" CONTENT=\"0;URL=$url\">\n\n";

-Gryphon.

Replies are listed 'Best First'.
Re: Re: Redirection in parl?
by SilverB1rd (Scribe) on Feb 08, 2001 at 01:15 UTC
    Thanks guys! the print "Location: http://www.mydomain.com/\r\n\r\n"; works fine for me.