Help for this page

Select Code to Download


  1. or download this
    my $SQL = "blah\;";
    $SQL .= "blah\;";
    $SQL .= "blah\;";
    
  2. or download this
    my $SQL = "blah";
    <insert DBI code to execute here>