Jason,
Try two newlines (and fewer variables).
-Hao
#!/usr/bin/perl
use strict;
use CGI q(:standard);
print "Content-type: application/x-www-urlformencoded\n\n",
'answer=', (param ('number1') * param ('number2'));
==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-anyperl-request@macperl.org