> I will probably have to use Image::Magick to get Perl to work with the > images, but I am not sure of exactly how one would build such a > site based upon an image archive. > > Does anyone have any tutorials they could refer me to for such a type of > site? Prefabbed scripts? Direct advice? etc...?
Search the mod_perl archives... it's a semi-truism, of the rites of passage for learning mod_perl, first is a templating system (done it!) and then an image gallery (done that too! :-). Anyway, there are a number of Apache::* modules for this kind of idea, including Apache::ImageMagick, but you will be doing mod_perl for this. Get on the list! HTH! L8r, Rob
