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.

  • Comment on how do i write a hash containing arrays to a file.