Help for this page

Select Code to Download


  1. or download this
    sub random_string { 
       my $length_of_randomstring=shift;# the length of
    ...
        }
       return $random_string;
    }