- or download this
<html>
<meta http-equiv="Refresh" content="1; URL=redirected.html"/>
...
you won't see me
</body>
</html>
- or download this
#!/usr/bin/perl -Tw
...
use CGI qw(redirect);
print redirect('http://localhost/redirected.html');
- or download this
[jeffa]$ perl -MLWP::Simple -le'getprint "http://localhost/cgi-bin/red
+irect.cgi"'
<html>
...
you won't see me
</body>
</html>