Help for this page

Select Code to Download


  1. or download this
    my @data;
    while( <IN> ) {
        chomp;
        push @data, $_ unless /^\s*$/ or /^POLYMORPH/;
    }
    
  2. or download this
    $VAR1 = [
              'C 1, 1( 9)',
    ...
              'C 1, 1( 9)',
              'C 2, 2(18)'
            ];