in reply to Re: Help on uninitialised values
in thread Help on uninitialised values

Thanks, davido :)

The error log lists several lines of that errors: Use of uninitialised values at Mymodule.pm line 771.

On my editor, I did a go to line 771 and couldn't find anything suspicious. The only piece of code that could trigger that error in the region of line 711 is the snippet I gave.

I'll examine the code around line 711 in more detai...