Help for this page

Select Code to Download


  1. or download this
    <img src="randimage.cgi" border="2" alt="[mini-beast]">
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    my @files = glob("./jpegs/*.jpg");
    print "Location: $files[int(rand @files)]\n\n";