Re: MIDI Simple Help, Read @Notes?
[email protected] ("\\js") Wed, 30 Nov 2005 17:07:07 -0500
| Newsgroups | perl.midi |
|---|---|
| Message-ID | <[email protected]> |
hi On 11/30/05, Sigmund Rothschild <[email protected]> wrote: > Mainly, I don't understand how to write the new values to the array or ha= sh > 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/ ]