Just for fun I read Merlyn's warning, and decided to
test some of this code with the Mozilla browser and Apache.
Wow!!!!!!!! The following code acts as a "BrowserBomb", my
little Mozilla icon in the upper right corner starts flashing, the
STOP button dosn't work, and I need to kill the browser to
stop it. Red Flag is right
#!/usr/bin/perl
print <<REDIRECT;
Content-type: text/html
<html>
<head>
<META http-equiv="refresh" content="0; url=http://192.168.0.1>
</head>
</html>
REDIRECT