http://www.perlmonks.org?node_id=188553


in reply to Re: Caching images from RDBMS
in thread Caching images from RDBMS

Yeah, i always use placeholders. In this particular case i didn't cause the regexp is already purging everything that's undesired.

What i didn't explain in my original post is the image name is unique and changes with date. Here is the sub that generates the URL

sub image_path { my ($id, $image) = @_; my ($mydate) = $dbh->selectrow_array( "SELECT time FROM offerte WHERE id=$id" ); return "/images.cgi/${id}_${image}_${mydate}.jpg"; }

As you can see i already have a time field :).

Thanks for the suggestions.


$|=$_="1g2i1u1l2i4e2n0k",map{print"\7",chop;select$,,$,,$,,$_/7}m{..}g