by flyzone@[EMAIL PROTECTED]
(Flyzone)
Apr 29, 2008 at 02:02 AM
On 29 Apr, 01:03, andrew.cu...@[EMAIL PROTECTED]
(Andrew Curry) wrote:
> Ill make a guess it's a scope issue
Yep, found the error
> my(%myhash,$var1,$var2);
I forgot to declare the 'myhash' into the sub.
Done that now is working. :-)
Thanks