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

You can not use the .pm as an extension change it to .pl or .cfg or something else and I am sure you will find the error goes away. I am sure this one bit me many moons ago.

Replies are listed 'Best First'.
Re^4: Getting a hash from a file
by jedikaiti (Hermit) on Mar 24, 2010 at 00:41 UTC

    Thanks! I just tried doing it as .pl, .cfg, and .txt. I get the exact same error as with .pm.

    Am I screwing up elsewhere in the code, perhaps?

    Kaiti
    Swiss Army Nerd
      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