Help for this page
my $suffix = sub { given ($type) { when ("csv") { return "txt" } when ("xml") { return "xml" } }}->();