The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

pairyaml2txt - Convert a pairingtable in YAML format into readable text

VERSION

Version 0.01

SYNOPSIS

pairyaml2txt pairtable.yaml

Options:

--help This help message

--man A man page

DESCRIPTION

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.