in reply to Re: Perl::DBI - column not returned in order of SQL command
in thread Perl::DBI - column not returned in order of SQL command

This sounds to me more like an issue of DBI, or rather, DBD::Oracle then. But as you steadfastly refuse to show the SQL and the relevant data (that is, a Data::Dumper output of the first two rows fetched or something like that), we can't help you. Have you tried doing a simple ->fetchrow_array instead of binding your columns?