Help for this page

Select Code to Download


  1. or download this
    print "gimme a seed: ";
    my $s = <STDIN>;
    ...
    srand ($s ^ time);
    
    print $chars[int(rand(@chars))], $vowels[int(rand(@vowels))] while($le
    +ngth--);