Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
        print "$user - $password\n";
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $random = String::Random->new();
        return $random->randpattern('ss!ccnC!cncc');
    }