Re: searching arrays - more optimal code
Noah wrote: Hi List, Hello, Is there a more optimal way to present this data structure without becoming completely convoluted? --- snip --- for my $key (sort keys %usernames) { my $found = 0; for my $knownusername (@knownusernames) { if ($knownusername eq $
Re: searching arrays - more optimal code
Date sent: Tue, 19 Aug 2008 15:08:43 -0700 From: Noah <[EMAIL PROTECTED]> To: Perl Beginners Subject:searching arrays - more optimal code > Hi List, > > Is there a more optimal way to present this data structure without > becomi