The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#NEXUS

BEGIN TAXA;
      dimensions ntax=8;
      taxlabels A B C D E F G H;  
END;

BEGIN CHARACTERS;
      dimensions nchar=9;
      format datatype=protein missing=? gap=-;
      charlabels one two three four five six seven eight nine;
      matrix
A     THIS-IS-A
B     THIS-IS-B
C     THIS-IS-C
D     THIS-IS-D
E     THIS-IS-E
F     THIS-IS-F
G     THIS-IS-G
H     THIS-IS-H;
END;

BEGIN TREES;
       tree basic_rake = (A:1,B:1,C:1,D:1,E:1,F:1,G:1,H:1);
END;