Am very new to CGI & Perl, have succesfully designed a form, written a script to parse it and email it to my client. Meanwhile, people submitting the form get a simple "thank you" (print "thank you". I have a nice 'thankyou.html 'page that I designed that is part of the web site (includes a lot of stuff like headers, links, floating boxes, e.t.c) is there a way to get the script to print that page in the user's browser upon submitting the form? In Perl there's gotta be a way!