in reply to Printing with Perl

Most implementations of sql databases, MySQL in my experience, are poorly suited for storing images. Since you will be serving these images through CGI, I would suggest storing the URI of image in the so that you can use that string as a key value.
amt