Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    push @{ $scales[0]->chords }, 'Ami';
    
    print Dumper \@scales;
    
  2. or download this
    $VAR1 = [
              bless( {
    ...
                     }, 'Scale' ),
              bless( {
    ...