in reply to Recieving data in the body

Thanks for your help.

I found the answer. Since it isn't sent as key value pairs, a bogus key 'keywords' is populated with the data that I need. The following code did the trick
use CGI; my $cgi = new CGI; my $message = $cgi->param('keywords');