Help for this page

Select Code to Download


  1. or download this
       $keyword,
          $decoder->keyword($keywords)
       );
    
  2. or download this
    #!/usr/local/bin/perl
    
    use strict;
    ...
            );
    }
    
  3. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    printf("Structures: %s\n",
            $decoder->structures($total_structures),
            );