in reply to Re^2: Connecting to an instance after spliting it with a regexe
in thread Connecting to an instance after spliting it with a regexe
To connect to a database what you'll need is DBI and the appropriate driver, which in your case I'm assuming is DBD::Oracle. There are plenty of tutorials online about DBI, here's something from an O'Reilly book (might be a little dated). It seems to me that in your case DBI is probably the way to go. For more advanced database access and ORM, see DBIx::Class.
|
|---|