my $new_url = "http://www.example.com/new_url.htm"; if ($do_the_redirect) { print "Status: 301 Moved Permanently\n"; print "Location: ${new_url}\n\n"; }