Add YAML output.

This commit is contained in:
Bradley M. Kuhn 2019-12-10 09:38:02 -08:00
parent c2443bfcf7
commit f9e94aec25

View file

@ -186,6 +186,11 @@ print LIST "\\hline \n\n", '\end{tabular}',"\n\n\nOVERALL SENDING COUNT: $overal
close LIST;
close LABELS;
open(my $yamlFH, '>', 'address.yml');
use YAML::Tiny;
my $yaml = YAML::Tiny->new(\@allAddresses);
$yaml->write('address.yml');
###############################################################################
#
# Local variables: