Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Handling XML content with HTTP::Daemon

by hackmare (Pilgrim)
on Jul 09, 2002 at 14:10 UTC ( [id://180482]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...the response...
    <!--
    ...
    -->
    Date: Tue, 09 Jul 2002 13:17:37 GMT
    Server: libwww-perl-daemon/1.21
    
  2. or download this
    #(from HTTP::Daemon line 563)
    
    ...
    #taken out    print $self "Server: $product$CRLF" if $product;
    }
    
  3. or download this
    $c->send_response(
        "Content-type: image/svg+xml\r\n\r\n".
        $svg->xmlify());
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://180482]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (1)
As of 2024-04-24 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found