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

Try again please, dd\%foo the \ is important
  • Comment on Re^3: getting error while writing to a table

Replies are listed 'Best First'.
Re^4: getting error while writing to a table
by learner@perl (Novice) on Jul 03, 2013 at 09:48 UTC
    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

        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