Help for this page

Select Code to Download


  1. or download this
         my $test_header = $cgi->header(
             -type => 'application/xml'
    ...
    
         ddump('another_test_header', __LINE__, $another_test_header);
    
  2. or download this
    $test_header_line_673_1 = '';
    $another_test_header_line_680_1 = 'HTTP/1.1 200 OK
    ...
    Content-Type: application/xml; charset=ISO-8859-1
    
    ';