Search Results

Search: Posts Made By: DraconianTimes
50,750
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:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy