Perl and blobs
Publisher
How to store data in a blob field with perl
Product Details
A short article on using blob fields with perl that does not assume that you are an old hand at perl. The code uses a real world example from the open source megaupload project.
Thumbtack Clone Script - Buy2ThumbsupSponsored
posted bySangvishinClone Scripts
PriceUSD 499.00
Views840
Classifieds Theme (New 2022) - Download Now!Sponsored
posted byshopperpressinGeneral
PriceUSD 99.00
Views7101
User Reviews
Please rate the listing and tell the world know what do you think about the listing.
perl, blobs, and mysql
Reviewed byAnonymousonThu, 17th August 2006
This posting did not have much more than I could dig out of the mySQL manual and 'Programming the Perl DBI'. The caveat that storing the images in files was preferable to storing them in blobsbecause of scalability problems was helpful. But I wish there had been a discussion of the size of the image and its relation to the LongReadLen attribute of a database handler. I would like to be able to figure out if storing my images in blobs in the database is feasible.