in reply to (Ovid) RE: Printing Random Image in HTML
in thread Printing Random Image in HTML

Thanks for this example, ovid.

I had a little better luck with a version of this script I reworked the parens in the random image chooser like this:

my $num = int(rand($#imgs +1));

I had a list of just two images, and I kept getting the same image routine. I didn't think too hard about why my change worked any better, though. :)

-mark