Re: [GENERAL] Ideas on how to use external perl script

2008-10-01 Thread Roderick A. Anderson
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 3:14 PM To: Gauthier, Dave Subject: Re: [GENERAL] Ideas on how to use external perl script Gauthier, Dave wrote: Hi: I need to write a stored function that will perform a complex task which has already been handled in OO subfunctions of an

[GENERAL] Ideas on how to use external perl script

2008-10-01 Thread Gauthier, Dave
Hi: I need to write a stored function that will perform a complex task which has already been handled in OO subfunctions of an external perl module. The perl module has many subroutines and OO constructs and may use whatever else is legal to use in perl. (I do have the source code for the perl