http://qs321.pair.com?node_id=603693


in reply to Re^6: Perl, Oracle, and Xquery
in thread Perl, Oracle, and Xquery

If the intention is to find the easiest way to process these xquery's to Oracle from Perl then although DBI is the best way (but you have to work hard for it if there's no existing DBI/xquery support) - the easiest is probably to use IPC::Open2 to build a Perl wrapper around one of your already-familiar xquery-sessions with Oracle.

-M

Free your mind