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;
  • Comment on Re^2: Handling huge BLOB fields with DBI and MySQL

Replies are listed 'Best First'.
Re^3: Handling huge BLOB fields with DBI and MySQL
by Anonymous Monk on Jul 28, 2004 at 08:54 UTC

    binmode is mandatory only on MS-DOS/Windows systems.

    perldoc -f binmode
    On some systems (in general, DOS and Windows-based systems) binmode() is necessary when you're not working with a text file.