in reply to Midi Playlength calculator-II

@score = ( @score, @$score_r );

Not that there's anything wrong with this line, it's just more readable to do the following (check out the push manpage for more info).

push( @score, @$score_r );