#!/usr/bin/perl use CGI; $co = new CGI; print $co->header, $co->start_html( -title=>'Email Sound Services', -author=>'Sound Services', -BGCOLOR=>'FFFFFF', -text=>'000000'); if ($co->param()) { $email = $co->param('email'); $from = $co->param('name'); $from =~ s/@/\@/; $date = $co->param('date'); $ensemble = $co->param('Ensemble'); $location = $co->param('Location'); $comments = $co->param('Comments'); $comments =~ s/center($co->h1('Your request has been sent...Thank you.')), $co->hr, $co->br, $mailmess, $co->end_html;