Help for this page

Select Code to Download


  1. or download this
    $sth->execute;
    my ($serverity, $source, $displayname) = $sth->fetchrow_array;
    $sth->finish;
    print "severity\n";