Query: im::http
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IM::Http(3pm) Internet Message Perl modules IM::Http(3pm)NAMEIM::Http - HTTP handlerSYNOPSISuse IM::Http; (rc, data) = http_process(spec, http_proxy, no_proxy) rc: 0: success -1: failureDESCRIPTIONThe IM::Http module handles HTTP. This modules is provided by IM (Internet Message).EXAMPLESmy($rc, $data) = http_process($spec, httpproxy(), noproxy()) if ($rc < 0) { exit 1; } foreach (@$data) { print; }COPYRIGHTIM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details. IM151 2011-05-25 IM::Http(3pm)
| Related Man Pages |
|---|
| imgrep(1p) - debian |
| log::message::config(3pm) - mojave |
| log::message::config(3pm) - suse |
| http::message::psgi(3pm) - debian |
| http::request(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |