http://qs321.pair.com?node_id=188571


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

Thank you so much for the simplest, fastest and works like a charm solution ;)

Here's the modified line that makes the trick:

print header(-type => 'image/jpeg', -Content_length => length $file, -expires => '+30d', ), $file;


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

Replies are listed 'Best First'.
Re: Re: Re: Caching images from RDBMS
by waswas-fng (Curate) on Aug 08, 2002 at 14:47 UTC
    +30d? If your images are that static, why store them in the db? Just curious… =)

    -Waswas
      You should have read the whole thread: if the image change the URL by which it's called will change. See Re: Re: Caching images from RDBMS


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