Help for this page

Select Code to Download


  1. or download this
    my $SQLString "select this, that from there";
    $sth = $dbh->prepare($SQLString);
    ...
    {
      ...........
    }