http://qs1969.pair.com?node_id=57024

SilverB1rd has asked for the wisdom of the Perl Monks concerning the following question:

I'm working on a send mail script and I would like to redirect it to a success page when the email is sent? how can I do this? I tryed to using a small script like this to test it but my server just gave me a internal configuration error message?
#!/usr/bin/perl use CGI; $q = new CGI; print $q->redirect("http://www.mydomain.com");