Help for this page

Select Code to Download


  1. or download this
    
    print CGI::header({type => 'application/json', status => '200 OK', 
    
    print "$json_encoded_data";
    
  2. or download this
    
    print CGI::header({type => 'application/json', status => '400 Bad Requ
    +est', 
    
    print "$json_encoded_data";