> -----Original Message----- > From: Clive Lansink [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 7:39 PM > To: [EMAIL PROTECTED] > Subject: Using CGI locally > > > I know that when I call up a local HTML file from within > Internet Explorer it works and renders the HTML correctly. > Now is there a way to directly call Perl from within IE to > create active HTML which is then rendered by IE or can this > only be done with a web server of some sort. There must be a > way to specify a URL which can cause Perl to generate HTML on > the fly for IE to render. I simply want to do this locally > so is there a way to do this? I feel sure this should be possible. >
You might also take a peek at the HTTP::Daemon module which is part of the libwww-perl distribution. Let's you "roll your own" server. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]