home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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.