Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    my @chars = ('a'..'z', 'A'..'Z', 0..9);
    my $URL = join '', map { @chars[rand @chars] } 1 .. 10;
    print $URL;
    
  2. or download this
    ZfgLnUCDNQ