in reply to Re: Re: Extracting long raw data from Oracle
in thread Extracting long raw data from Oracle

to make this a little shorter you can add
use DBI qw(:sql_types);
then instead of { TYPE=>DBI::SQL_INTEGER } you can just type SQL_INTEGER

--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.