in reply to Re^6: Sybase::BCP
in thread Sybase::BCP

OK - so you appear to have an older version of sybperl installed that didn't include Sybase::BLK.

At this point you have a couple of possibilities:

Personally I'd probably just run bcp directly using something like
system("bcp css..tmp_site_term in $tmp_file -c -U$user -P$pwd -S$serve +r -e$tmp_file.err");
Michael