Help for this page

Select Code to Download


  1. or download this
    use JSON qw(encode_json);
    my $app = sub { return [200, [], [encode_json [] ]] };