Help for this page

Select Code to Download


  1. or download this
    use CGI qw( :cgi );
    print(header(-type  => 'application/xml'));
    ... print XML here ...
    
  2. or download this
    print("Content-Type: application/xml\n");
    print("\n");
    ... print XML here ...