View Single Post
Old 08-20-2006, 05:37 PM   #2 (permalink)
Will.Spencer
Contributing Member
 
Will.Spencer's Avatar
 
Join Date: 01-05-05
Posts: 316
iTrader: 0 / 0%
Latest Blog:
None

Will.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web proWill.Spencer is a highly respected web pro
Here is a PERL script which I use:
Code:
#!/usr/bin/perl #====================== Edit ============================ $basedir=""; @question = ( "<a href=\"example-1.html\">Example One</a>", "<a href=\"example-2.html\">Example Two</a>", "<a href=\"example-3.html\">Example Three</a>", ); #====================== Done ============================ srand($$ & time ^ $$); $qnum = rand(@question); print "Content-type: text/html\n\n"; print "@question[$qnum]"; $qnum = "";
__________________
Political Humor | Famous Quote
Will.Spencer is offline   Reply With Quote