in reply to Executing Perl Script from a Web Page
<html> <head> <title></title> </head> <frameset> <frame src="/cgi-bin/test.cgi"> </frame> </frameset> </html> [download]