in reply to Re: getting error while writing to a table
in thread getting error while writing to a table

Hi,

here it is the output of dumper

$VAR1 = '12'; $VAR2 = [ '01-01-1989,ABC,12,12000,300000,Finanance,BC' 'January,60000' ]; $VAR3 = '13'; $VAR4 = [ '01-01-1988,BCH,13,15000,400000,Manfacturing,CB' 'Feburary,400000' ];

where i am missing, did i used wring code while printing data to table

Replies are listed 'Best First'.
Re^3: getting error while writing to a table
by Anonymous Monk on Jul 03, 2013 at 09:28 UTC
    Try again please, dd\%foo the \ is important
      Hi,

      where you want me to use print dd(\%input), when i use the print dd(\%input);i am, what i understood is use about use Data::Dumper; is by using perl module we can print the data structure of array/hash, can you please guide where you want me to dd\%input

        I am getting same output

        I'm sorry but that is not possible; I'd like to help you if you're willing to work with me; first step is dd-umper a hashref like I showed