Help for this page
$mailer open(\%headers);
$mailer->open(\%headers);
my $body = ( print $mailer $query->param('Title'), ... ); print $mailer $body;