- or download this
my $c = Net::Curl::Easy::new;
- or download this
my $c = Net::Curl::Easy->new;
- or download this
require Net::Curl;
my $c = Net::Curl::Easy::new;
- or download this
&Net::Curl::Easy::new;
&Net::Curl::Easy::new();
...
Net::Curl::Easy::new;
&{Net::Curl::Easy::new}; #equivalent to Net::Curl::Easy::new->&*,right
+?
Net::Curl::Easy::new->();