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.
Airbnb Clone Script - Buy2RentalSponsored
posted bySangvishinClone Scripts
PriceUSD 499.00
Views1687
Themeforest Clone Script - Digi MonsterSponsored
posted bySangvishinClone Scripts
PriceUSD 499.00
Views1724
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.