Problems? Is your data what you think it is? | |
PerlMonks |
how do i write a hash containing arrays to a file.by transmission_err (Initiate) |
on Nov 24, 2001 at 21:31 UTC ( [id://127279]=perlquestion: print w/replies, xml ) | Need Help?? |
transmission_err has asked for the wisdom of the Perl Monks concerning the following question:
%data = (
'Erik' => '1385','transmission_err@mac.com', 'this is my amazing bio','10',
'lauren' => 'dog','dissapointment@mac.com', 'my bio is even better','9'
);
i need to easily read and write this to a file.
Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom
|
|