- or download this
# Assuming:
#
...
# +-----+-----------+
# | ? | 1 |
# +-----+-----------+
- or download this
#!/usr/local/bin/perl -w
...
close_db();
exit();
- or download this
$stmt = "SELECT id, name FROM table1";
$sth = execute_it($dbh,$stmt);
...
close_db();
exit();