THuG has asked for the wisdom of the Perl Monks concerning the following question:

After getting my other problem resolved, I'm now getting "in short at C:/Perl/site/lib/Net/MySQL.pm line 591" for each fetch in selectall_arrayref. I've hunted around, but I can't seem to find the problem. I'm getting a record set, and I'm getting data. But I am being spammed by this message.

Note: This is for ActivePerl, so it is possible that this is just a problem with this module on this platform.

Edited by Chady -- converted link to [id://...]

Replies are listed 'Best First'.
Re: DBI Error, "in short at C:/Perl/site/lib/Net/MySQL.pm line 591"
by ikegami (Patriarch) on Sep 02, 2004 at 19:15 UTC

    I have no idea why, but Net::MySQL::RecordIterator::_get_field_length in Net/MySQL.pm calls warn "in short"; and similar. It looks like debugging trace code accidently left behind. You could comment them out or capture warnings.

      It looks like that issue has been reported at rt.cpan.org. It might be worthwhile to alert the author (though I think an author is supposed to get automatic email from rt).