Help for this page

Select Code to Download


  1. or download this
    sub random_string {
        join '', map{chr(97+int rand 26)} 1 .. shift;
    }