Kevin
If we have a PLSQL script how would we rub this script using the DBI module?
Read the DBI documentation:
http://search.cpan.org/~timb/DBI-1.54/DBI.pm
and you will need the particular driver for PLSQL, you can search for that on CPAN too.
I can't help you with code examples because my experience and knowledge is quite limited in regards to database applications and the DBI module in general.