in reply to
Preventing an image from caching
Have you saved the file to disk? If so, make sure your script
unlink()
s the file before writing a new one. That sometimes helps me out. I ask because your last post asked how to save an image to disk...
--
$you = new YOU;
honk() if $you->love(perl)
Comment on
Re: Preventing an image from caching
In Section
Seekers of Perl Wisdom