Help for this page
my $password ="asdf"; ... } else { print "password is okay"; }
my $password ="asdf"; if (index("qwertyuiopasdfghjklzxcvbnm",lc($password)) > -1) { ... }