Help for this page

Select Code to Download


  1. or download this
    my $REQUESTS = [
        {
    ...
            ],
        },
    ];
    
  2. or download this
    sub handle_requests {
        my ($agent, $requests, @params) = @_;
    ...
            }
        }
    }