Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in concatenation (.) or string at /home/scr
    +ipt.pl line 48, <STDIN> line 20.
    
  2. or download this
    $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)}
        );