in reply to Re: Re: Opinions on migrating Perl scripts from 5.005 to 5.8.1?
in thread Opinions on migrating Perl scripts from 5.005 to 5.8.1?

That sounds like Sybase::CTlib is not yet installed for perl 5.8.

Update: The names of the functions might change, but I wouldn't expect it outside a major version change. The default exports might change, though. I don't use Sybase, can't advise on that. Try checking all your db calls for errors. The messages may clarify the problem, and that is an excellent improvement for your rewrite.

After Compline,
Zaxo

  • Comment on Re: Re: Re: Opinions on migrating Perl scripts from 5.005 to 5.8.1?

Replies are listed 'Best First'.
Re: Re: Re: Re: Opinions on migrating Perl scripts from 5.005 to 5.8.1?
by Lori713 (Pilgrim) on Sep 22, 2003 at 18:48 UTC
    I confirmed that it is installed in 5.8. Maybe the Sybase::CTlib has a different version and I need to tweak some of the key words (i.e., maybe something used to be called "fred" but now it's "freddy")? Could that be it?