Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: is_successChapter 17
The LWP Library
Next: 17.3 The HTTP Modules
 

message

 $resp->message ([msg])

When invoked without any parameters, message returns the object's status code message - the short string describing the response code. When invoked with a scalar msg argument, this method defines the object's message.


Previous: Reference: is_successPerl in a NutshellNext: 17.3 The HTTP Modules
Reference: is_successBook Index17.3 The HTTP Modules