Help for this page

Select Code to Download


  1. or download this
    my %ClipNames = map { (split/,/)[0, 1] } @clips;
    
  2. or download this
    my %ClipNames = map { (split/,/)[1, 0] } @clips;
    
  3. or download this
    my %ClipNames = map { (split/,/)[0, 1] }
                    grep /^[0-9]+,[A-Z]:/ } <DATA>;