in reply to Re: Text retrieved from database column being truncated
in thread Text retrieved from database column being truncated

Unfortunately, the only difference now is that it is failing on an earlier line number.
  • Comment on Re^2: Text retrieved from database column being truncated

Replies are listed 'Best First'.
Re^3: Text retrieved from database column being truncated
by igelkott (Priest) on Jan 24, 2008 at 06:46 UTC
    If it still fails, it might just be that it's your connect that's actually failing. This "new linux server" might not have connect privileges.

    Test your connect statement like:

    $dbh = DBI->connect("DBI:Sybase:$dbserver", $user, $passwd) || die "Can't connect to $dbserver due to $DBI::errstr";