View Single Post
Old 09-17-2002, 10:46 PM  
playa
Confirmed User
 
Join Date: Feb 2001
Location: atlanta, GA
Posts: 6,432
#!/usr/bin/perl

#This is a text file containing all your trade partners
################################################## ############################
$trade = "database.txt";


# Done
################################################## ############################

open (LINKS, "$trade");

srand();
$nlines=@file=<LINKS>;
print "Location: $file[int rand $nlines]\n\n";

close (LINKS);

exit;



be sure to grab my free hosted sponser galleries
http://www.playascash.com/hosted.htm
playa is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote