http://qs321.pair.com?node_id=377425


in reply to Re: Handling huge BLOB fields with DBI and MySQL
in thread Handling huge BLOB fields with DBI and MySQL

If you are writting binary blobs to file don't you need to set binmode on your output stream ? ie binmode OUTFILE;