Help for this page
use strict; require WWW::Curl::Easy; ... my $curl = WWW::Curl::Easy->new; $curl->setopt(CURLOPT_HEADER,0); # boom
use strict; require WWW::Curl::Easy; ... my $curl = WWW::Curl::Easy->new; $curl->setopt(WWW::Curl::Easy::CURLOPT_HEADER,0); # or wherever CURLOP +T_HEADER gets declared