Help for this page

Select Code to Download


  1. or download this
        sub genkeys {
            map { CODE } 1..shift;
        }
    
  2. or download this
                join '' => map $chr[rand @chr], (1) x (5 + rand 10);