Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print "$out\n";
    
  2. or download this
    perl -E '@a=("0".."9","A".."Z","a".."z");$o.=$a[rand@a]while 8>length$
    +o;say$o'