The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

send-request.pl - command line utility to send templated HTTP requests

SYNOPSIS

  send-request.pl my-request param1=value1 param2=value2 ...

LIMITATIONS

Due to the very simplicistic command line parsing, it's not possible to pass nested structures or looped structures. Write a real program for that.