in reply to Executing Perl Script from a Web Page

Of course. A simple way is to source it inside a frame.
<html> <head> <title></title> </head> <frameset> <frame src="/cgi-bin/test.cgi"> </frame> </frameset> </html>
-fp

Update: Obviously, another way would be to do a redirect with a meta refresh.