Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Final Print Statement in Foreach Loop Prints Twice

by rnewsham (Curate)
on Nov 11, 2018 at 08:34 UTC ( [id://1225565]=note: print w/replies, xml ) Need Help??


in reply to Final Print Statement in Foreach Loop Prints Twice

If the two words are not anagrams then %anaHash will have two keys as the $sortWord will be different for the two words entered. Which means you go around your for each twice for none anagrams and only once if they are anagrams.

Depending on your future plans to expand on this script. You may be able to do away with the loop and replace it with an if which identifies the $sortWord is the same else print not an anagram. If you have a reason for the loop I would suggest moving the that else statement outside the loop and make it an if conditional on a $anagramFound flag populated by the earlier checks.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1225565]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-03-28 17:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found