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

Hi, 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 Corion (Patriarch) on Jun 29, 2009 at 06:42 UTC

    First identify where @dmy gets assigned, and how. Then inspect what data it gets assigned from. Maybe you want to check that the data you assign from matches your expectations. It's not hard and it has little to do with Perl programming and more to do with general debugging.