WWW::Curl::Easy

WWW::Curl::Easy is a Perl extension interface for libcurl.
Download

WWW::Curl::Easy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cris Bailiff
  • Publisher web site:
  • http://search.cpan.org/~szbalint/WWW-Curl-4.00/

WWW::Curl::Easy Tags


WWW::Curl::Easy Description

WWW::Curl::Easy is a Perl extension interface for libcurl. WWW::Curl::Easy is a Perl extension interface for libcurl.SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, 'http://oook.de'); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE);WWW::Curl::Easy is a Perl extension interface for libcurl.METHODS $curl = new WWW::Curl::Easy This method constructs a new WWW::Curl::Easy object. $curl->setopt( CURLOPT_OPTION, $option ) This method sets a curl option in the object. $curl->perform This method performs the object. $curl->errbuf This method returns all errors from the buffer of the object. $curl->getinfo( CURLINFO_OPTION ) This method returns the requested info from the object.Aliases for these methods have also been created in the WWW::Curl::easy namespace, to provide some backwards compatability for existing scripts - you must still 'use WWW:Curl::Easy', but you can keep calling the functions by the lower case name for now. This will go away in a future release. Requirements: · Perl


WWW::Curl::Easy Related Software