pairyaml2txt - Convert a pairingtable in YAML format into readable text
pairyaml2txt pairtable.yaml
Options:
--help This help message
--man A man page
pairyaml2txt converts a pairing table in YAML form into one in more traditional readable form, as produced by pairingtable for example.
The script expects the YAML pairing table and the league.yaml file to be in the same directory the command is run in. So run it in the directory league.yaml is in and pass the name of a pairing table in that directory. The default name is pairtable.yaml. The table is printed to STDOUT.
To go the other way from a traditional pairing table to one in YAML form, use pairtable2yaml.
To install Games::Tournament::Swiss, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Games::Tournament::Swiss
CPAN shell
perl -MCPAN -e shell install Games::Tournament::Swiss
For more information on module installation, please visit the detailed CPAN module installation guide.