[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
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