http://www.perlmonks.org?node_id=220992


in reply to DBI and getting trigger info

I had a script that reverse engineered an Oracle database. Comparing what my script did to what yours is doing it appears yours should work.

You should check the return status from $sth->execute( $NAME );. That will probably tell you what the problem is.

--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';