Help for this page
#! /usr/bin/env perl ... sub url { 'http://something.com/api_stuff/' . shift } say 'POST->' . url('1234');