Code Library
Home Submit Free Hosting Link To Us Contacts

CGI Random Image Loader

CGI Random Image Loader CGI CGI Random Image Loader Download (.zip)



#!/usr/local/bin/perl

$imagedir = 'http://www.example.com/images/';
@arrimages = ("image1.gif", "image2.gif", "image3.gif");

$seedno = $#arrimages + 1;
srand(time ^ $$);
$imageid = rand($seedno);
print qq(Location: $imagedir$arrimages[$imageid]\n\n);
return;




  • CGIRandom Image Random Text Random Image Loader
  • CGIRandom link


Tatet