in reply to Re: Exception error in perl code
in thread Exception Error in perl code

Why would  lc $dmy[1] issue a warning?

Replies are listed 'Best First'.
Re^3: Exception error in perl code
by ikegami (Patriarch) on Jun 25, 2009 at 11:41 UTC
    oops, I thought lc(undef) would give a warning, but testing shows otherwise.