in reply to Midi Playlength calculator-II
@score = ( @score, @$score_r ); [download]
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 ); [download]