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.