Re: Perl variable length

2001-11-22 Thread Jenda Krynicky
From: B@ge [EMAIL PROTECTED] Does the variable in Perl has length? Well .. the value has length. The variable doesn't have any maximum length (well ... if taken as string.You might get a numerical overflow if you try to do math with too big numbers.) I got a problem when I

Perl variable length

2001-11-21 Thread [EMAIL PROTECTED]
Hi, all: Does the variable in Perl has length? I got a problem when I read text data from SQL 2000. The error message is "string data, right truncated". The SQL 2000 book says that this error message maybe returned if the result column is larger than the program variable.