hi On 11/30/05, Sigmund Rothschild <rsj6@qwest.net> wrote: > Mainly, I don't understand how to write the new values to the array or hash > that is holding the MIDI note events, @Notes, as I can't access them. use Data::Dumper; print Dumper ( $obj ); this will dump your data structure as a text string. if you don't know about references i'd suggest this: perldoc perlreftut perldoc perlref good luck! -- \js [ http://or8.net/~johns/ ]Thread Previous