Help for this page

Select Code to Download


  1. or download this
    my $c = Net::Curl::Easy::new;
    
  2. or download this
    my $c = Net::Curl::Easy->new;
    
  3. or download this
    require Net::Curl;
    my $c = Net::Curl::Easy::new;
    
  4. 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->();