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

I just tried it, and it returns the exact same error(s).

Replies are listed 'Best First'.
Re^3: Getting a hash from a file
by itsscott (Sexton) on Mar 24, 2010 at 00:35 UTC
    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.

      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