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