in reply to Re^4: Getting a hash from a file
in thread Getting a hash from a file

You have strict on. Add a line our %Verbs; before the do-line and your script should work.

UPDATE: Wrong idea, it really was scoping like BrowserUK said. Still, my remedy works