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

Hi ikegami, Thanks for the reply. I am new to perl programming, could you please let me know how to overcome this error. How should i assign @dmy. -Rajini

Replies are listed 'Best First'.
Re^3: Exception error in perl code
by ikegami (Patriarch) on Jun 29, 2009 at 05:44 UTC

    You should start by reading my post again, which explains @dmy contains junk because $t contains junk. Fix the latter.