in reply to Re: Using Data::Dumper to dump an array of hashes to a file
in thread Using Data::Dumper to dump an array of hashes to a file
One thing that I don't understand, is why do I have to include the subroutine 'in' in my program for it to dump out the contents of the array? I thought the subroutine 'in' was what I was just using in my other program to read the file?
And it only seems to dump it, if I press <crtl+c> and kill the program? Unless, it is just taking a long time to write the contents to disk?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Data::Dumper to dump an array of hashes to a file
by wishartz (Beadle) on Aug 14, 2008 at 17:37 UTC |