I have a group of images online in a (Linux based) web site.
Right now the index page has static images - which I need to replace with constantly changing image(s).
Obviously, I know how to upload the pics & display them - but how do you get a perl script to change an image on an already displayed page - without pre-loading all the images first? BTW the images are not thumbnails but on the order of 300widthx200height. So I don't want to have the visitor waiting for all the pics to download to their browser before the first is displayed.
If you know of a pre-made Perl script I could use as an example I'ld be most grateful.