Help for this page

Select Code to Download


  1. or download this
    my %query_hash = (action => 'submit or status', name => 'chris',  outn
    +ame => 'chris', 'content-type' => 'application/json');
    
  2. or download this
    my %query_hash = (
        action         => 'submit or status',
    ...
        outname        => 'chris',
        'content-type' => 'application/json'
    );
    
  3. or download this
    #########
    # Main  #
    #########
    
  4. or download this
    #########
    +
    ...
    +
    #########
    +