Can anyone tell me if Perl has something similar to PHP's header()
command? I have looked in my perl book, but can't find
anything. Basically, I am trying to get something like this for perl. -
header("Location: http://www.php.net");
Thanks
CDitty