Help for this page
use DBI; ... print $fetched_data;
use DBI qw(SQL_BLOB); ... $sth->bind_param(1, $bindata, SQL_BLOB ); $sth->execute();