Archive for April 14th, 2003

Script for generating random strings

Monday, April 14th, 2003 | 12:59

Neat Perl snippet to generate a string of random characters, for, say, randomized usernames, passwords, etc.: sub random_string { my $p = ”; … Continue reading »