Help for this page

Select Code to Download


  1. or download this
    ---- Headers returned by code below
    HTTP/1.0 200 OK
    Content-Type: text/html
    ...
    Refresh: 0; URL=https://www.cieups.com/ups.app/xml/Rate/
    
    <HTML></HTML>
    
  2. or download this
    ---- Begin program
    #!/usr/bin/perl
    ...
    #print $response->content;
    print $response->as_string;