Re: hash return from a sub



On 29 Apr, 01:03, andrew.cu...@xxxxxxxxxxxx (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

.