Help for this page

Select Code to Download


  1. or download this
    my @Chars = '0'..'9', 'A'..'Z', 'a'..'z';
    
  2. or download this
    $l = join '', map {$Chars[rand @Chars]} 1..7*($ARGV[0] ||= 1);