in reply to Re: Re: Re: Matching values in array
in thread Matching values in array
to read my passwd from the text to the array and I using the following to matchchomp(my @PatternArray = map { /^\s*$/ ? () : $_ } <DATA>);
my %PassValues; @PassValues{@PasswordsArray}=(); if (exists $PassValues{$passwordKey}){ my $count = $passwordKey; $frequency{$count}++; }
|
|---|