> Greetings to all that is Perl Welcome back.
> > Is it possible to specify using a cgi script to read and > output a Pure HTML file as output.. so that it can process > the form data.. Yes, you'll want to see CGI perl module. It can help you display html and process the form data and display more html. Do you actaually want to open a separate html file and print that? Check out the File::Slurp module. HTH DMuey > > and return a specific html file output to be returned at the > browser end.. > > > Thanks > Sam > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]