Help for this page

Select Code to Download


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