Help for this page

Select Code to Download


  1. or download this
    Bareword "Net::Curl::Easy::new" not allowed while "strict subs" in use
    +<?c>
    <c>
    my $c = Net::Curl::Easy::new;
    
  2. or download this
    my $c = Net::Curl::Easy->new;
    
  3. or download this
    my $c = Net::Curl::Easy::new();
    
  4. or download this
    BEGIN { require Net::Curl::Easy }
    
  5. or download this
    my $c = Net::Curl::Easy::new( q(Net::Curl::Easy) );