I am in the midst of converting a shell script calling a library of sqlplus queries to a Perl script calling a library of sql queries via DBI and DBD::Oracle.
How does one replicate the Oracle functionality of defining session variables using "define" and also the break and compute options.