- or download this
use dbi;
use warnings;
...
print “third script executed”;
*** code to export the final temp table to csv.
- or download this
use dbi;
...
dbh->do(“insert into ttemp table”);
*** exit the database
- or download this
use dbi;
use warnings;
...
dbh->do(“insert into second temp table”);
*** exit the database
- or download this
use dbi;
use warnings;
...
dbh->do(“insert into third temp table where you join first and second”
+);
*** exit the database