Help for this page
if ( $msg->send() ) { print "Your information has been saved and forwarded."; } else { print "Unabled to save your information."; }
#!/usr/bin/perl -wT use strict; ... { print "Unabled to save your information."; } print end_html;