Sorry, no idea about this 'in short' warning message:) Maybe someone
else can give some hints?

Best

Bao

Stephan Harren wrote:
> 
> I did, my first mail was:
> 
> ---snip---
> > I'm working on a perl-script connecting to myqsl using the above
> > modules. This script works fine on one database-server, but if I try
> > another on (both mysql-version 3.23.55) I get a warning from Net::Mysql:
> >
> > in short at /usr/lib/perl5/site-perl/5.6.1/Net/MySQL.pm line 591.
> ---snip---
> 
> while "in short at /usr/lib/perl5/site-perl/5.6.1/Net/MySQL.pm line 591" is
> the warning that I get. I know that this is a curious message (in short!?!)
> but that's why I'm asking. The code in Net::MySQL that leads to this message
> is:
> 
> ---snip---
> elsif ($head == UNSIGNED_SHORT_COLUMN) {
>   warn "in short"; #line 591
>   my $length = unpack 'v', substr(
>      $self->{packet},
>      $self->{position},
>      UNSIGNED_SHORT_LENGTH
>   );
>   $self->{position} += UNSIGNED_SHORT_LENGTH;
>   return $length;
> }
> ---snip---
> 
> Best regards,
> 
> Stephan

-- 
BAO RuiXian, SOFTWARE ENGINEER, Project Consulting, Software Services
AtBusiness Communications Corporation, Kaapeliaukio 1, 00180 Helsinki
Phone +358-9-2311 6674, Mobile +358-50-329 6275, Fax +358-9-2311 6601
www.atbusiness.com,  Email: {bao.ruixian, [EMAIL PROTECTED]

Reply via email to