develooper Front page | perl.midi | Postings from November 2005

Re: MIDI Simple Help, Read @Notes?

Thread Previous
From:
\js
Date:
November 30, 2005 14:07
Subject:
Re: MIDI Simple Help, Read @Notes?
Message ID:
eb84d37a0511301407x5e406f5ft84bae96e4d6d6ec@mail.gmail.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About