in reply to Re: Problems with Hash Keys and Spaces
in thread Problems with Hash Keys and Spaces

Yes, the variable is actually being pulled from an array slot (number 1) and then matched against the key to return the numerical value. If I print the  $array[1] it returns exactly what the key should be, but when i plug it into the previous code I posted I get the error.

Replies are listed 'Best First'.
Re^3: Problems with Hash Keys and Spaces
by kyle (Abbot) on Aug 08, 2008 at 16:32 UTC

    Perhaps you could show us some more of the code you're using. The code you've posted so far doesn't show the problem.