Help for this page
Use of uninitialized value in concatenation (.) or string at /home/scr +ipt.pl line 48, <STDIN> line 20.
$mbody = $dbh->quote($body); $msubject = $dbh->quote($subject); my $rv = $dbh->do(qq{INSERT INTO table values ( "NULL", "ME", "testing", "$from", "$url", "$name", "3", "$category +", $msubject, $mbody)} );