HTTP-ProxyCheck

 view release on metacpan or  search on metacpan

docs/HTTP_ProxyCheck.html  view on Meta::CPAN

message. Set <code>verbose_errors =&gt; 1</code> to enable verbose error messages and 
<code>verbose_errors =&gt; 0</code> to disable verbose error messages.</p>
<p>Verbose error messages look like this:</p>
<pre>
    $method failed: $error_message</pre>
<p>And non-verbose error messages like this:</p>
<pre>
    $error_message</pre>
<p>The default value of <code>verbose_errors</code> is <code>0</code>.</p>
<p>With <code>print_error</code> and <code>raise_error</code> you can set the degree of automation of
the error handling.</p>
<p>If <code>print_error</code> is set to <code>1</code>, the error message is displayed with 
<code>Carp::carp()</code>. Set <code>print_error</code> to <code>0</code> to disable this feature.</p>
<p>If <code>raise_error</code> is set to <code>1</code>, the error message is displayed with 
<code>Carp::croak()</code> and the program is brought to an end. If <code>raise_error</code>
is set to <code>0</code>, this feature is disabled.</p>
<p>The default value of <code>print_error</code> is <code>1</code> and of <code>raise_error</code> it is <code>0</code>.</p>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="support">SUPPORT</a></h1>
<p>Contact the <a href="#author">AUTHOR</a>.</p>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="bugs">BUGS</a></h1>
<p>Unknown</p>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="version">VERSION</a></h1>
<pre>
    HTTP::ProxyCheck version 1.2</pre>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="changes">CHANGES</a></h1>
<pre>
    1.4 Thu May 25 10:47:42 CEST 2006
        - Added installation instructions to README
    
    1.3 Sun May  7 11:51:50 CEST 2006
        - Charles Longeau &lt;chl attuxfamily dot org&gt; made a small patch to 
          specify the user agent, instead of a fixed &quot;HTTP::ProxyCheck/$VERSION&quot;
          one.
    
    1.2 Sat May  8 09:38:02 CEST 2004
        - Fix to unset the error message of a previous IO::Socket::INET run
          Thanks to Ben Schnopp &lt;ben at schnopp dot com&gt;
    
    
    1.1 Tue Aug 12 19:45:00 CEST 2003
        - rewrote the module
        - added better error handling
        - updated POD
    
    1.0  Fri Feb 21 17:09:32 CET 2003
        - gone stable after detailed testing 
        - updated POD (synopsis)
    
    0.2  Fri Feb 21 11:57:43 CET 2003
        - added check(answer =&gt; $type)
        - renamed methods to gain more consistency
        - updated POD (synopsis, methods)
    
    0.1  Wed Feb  5 14:35:25 CET 2003
        - original version</pre>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<pre>
    Thomas Weibel
    cpan@beeblebrox.net
    <a href="http://beeblebrox.net/">http://beeblebrox.net/</a></pre>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="copyright">COPYRIGHT</a></h1>
<p>Copyright (c) 2004 - 2006 Thomas Weibel. All rights reserved.</p>
<p>This library is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.</p>
<p><a href="#__index__"><small>[ back to top ]</small></a></p>

</body>

</html>



( run in 0.541 second using v1.01-cache-2.11-cpan-39bf76dae61 )