Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: send_file_responseChapter 17
The LWP Library
Next: Reference: daemon
 

send_file

 $c->send_file (filename)

Copies contents of the file filename to the client as the response. filename can be a string that is interpreted as a filename, or a reference to a glob.


Previous: Reference: send_file_responsePerl in a NutshellNext: Reference: daemon
Reference: send_file_responseBook IndexReference: daemon