in reply to Help on uninitialised values

I have tested the code with a variety of possibilities for @_, and can't find any combination that causes the code posted to report "Use of uninitialized values". There must be something else going on we're not seeing.


Dave

Replies are listed 'Best First'.
Re^2: Help on uninitialised values
by kiat (Vicar) on Jul 28, 2004 at 15:51 UTC
    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...