Help for this page

Select Code to Download


  1. or download this
    my $suffix = sub {
        given ($type) {
           when ("csv") { return "txt" }
           when ("xml") { return "xml" }
        }}->();