Search Results

Search: Posts Made By: dig1tal
50,740
Posted By DraconianTimes
#!/usr/bin/perl sub randomPassword { my...
#!/usr/bin/perl

sub randomPassword {
my $password;
my $_rand;

my $password_length = $_[0];
if (!$password_length) {
$password_length = 10;
}

my @chars = split(" ",
"a b c d e...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy