in reply to thumbnail images from an array

And what happens, exactly, when you run that code?

I bet /tmp isn't in your web server's environment.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: thumbnail images from an array
by Anonymous Monk on Nov 03, 2003 at 17:46 UTC
    ha! I'll bet you're right
    Thanks!
    BTW, Is there a standard size to make thumbnails? I can adjustthe size, nut wanted to make sure the code looks ok.
    thanks, Joseph
Re: Re: thumbnail images from an array
by Anonymous Monk on Nov 03, 2003 at 18:05 UTC
    How do I make an image "clickable for enlaregment?" My images are all there now, 'cept they aren't clickable.
    thanks, Joseph

      Not really a Perl question, but... place your IMG tags inside of A (anchor) tags that have an HREF to your full-size image.

      Hanlon's Razor - "Never attribute to malice that which can be adequately explained by stupidity"