|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: error in printing output of Data::Dumper to fileby moritz (Cardinal) |
| on Dec 10, 2012 at 08:02 UTC ( #1008065=note: print w/ replies, xml ) | Need Help?? |
|
Remember to close the file handle after writing. Perl closes the file handle for you automatically at program exit, but if you try to re-read the file from the same process, or maybe kill your program, that might not happen, or too late.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||