start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: send_basic_header Chapter 17
The LWP Library
Next: Reference: send_redirect
 

send_response

 $

c


->send_response 
( [$

resp

 | @

resplist

] )

Sends a response to the client created from the HTTP::Response object, $resp , or the list of parameters, @resplist . The resplist parameters are the same as those used in the constructor for HTTP::Response and must at least contain a status code. If no argument is given, the default OK response is sent.


Previous: Reference: send_basic_header Perl in a Nutshell Next: Reference: send_redirect
Reference: send_basic_header Book Index Reference: send_redirect

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.