On Tue, Aug 17, 2004 at 12:26:06PM -0600, Ian Harisay wrote: > I'm working on a PERL project at work, but my boss wants me to do just > enough in Pro*C that it won't integrate with my PERL designs.
Why? > Is anyone aware of any PERL/C extentions that allow Pro*C functions to > be called by PERL? What do you mean by "Pro*C functions"? FYI DBD::Oracle can use a connection established via Pro*C. See use_proc_connection in the docs. Tim.