in reply to Re: check undef
in thread check undef

why dont you try something like below if (! defined $WCkey) cheers srikrishnan

Replies are listed 'Best First'.
Re^3: check undef
by Anonymous Monk on Jun 23, 2009 at 09:16 UTC
    If I try that I get
    Semicolon seems to be missing at 2 line 4. syntax error at 2 line 5, next token ??? Execution of 2 aborted due to compilation errors.
    Just kidding :D code tags intended for code/data/error messages