kanwisch has asked for the wisdom of the Perl Monks concerning the following question:
However, when I put a "use DBI;" at the top of my program, BANG!, I get an "END failed--call queue aborted". Now, the module I installed doesn't use BEGIN or END anywhere in it, yet the error only occurs when I call a function from the RC5 module. Any thoughts on where I should post, and with what to get a little push in the solution direction?
I've put in a workaround, for now, that sends the cypher text over http, but would rather not do that using the two scripts.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI conflict with homegrown module
by strat (Canon) on Dec 13, 2001 at 15:46 UTC |