srand, and some properly syntaxed function, but what am i missing?
- m peters - www gwangwa com -#!/usr/local/bin/perl srand; print "Content-type: text/html\n\n"; $n=1; foreach $file (<random/*.html>) { open (FILE, "<$file")|| &ErrorMessage; @file = <FILE>; print (@file); close(FILE) }
In reply to "a random sort of list" by petemar1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |