#!/usr/bin/perl -T use strict; use warnings; use CGI; my $q = CGI->new; # send a redirect print $q->header(-location => 'http://www.foo.com/bar.html');
If you need to check the status of the other pages, you may want to use LWP::Simple to fetch them and examine the contents.
In reply to Re: Help needed on HTTP redirects
by friedo
in thread Help needed on HTTP redirects
by pheonix
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |