Perl and blobs
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.
Visit publisher site: Perl and blobsListing Details
- Version:
- 1.00
- Filed in:
-
Scripts / CGI & Perl / Tutorials & Tips / Database-related
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
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.