in reply to Re^2: Runs from Command Line but NOT from Perl
in thread Runs from Command Line but NOT from Perl

You can write curl2perl
  • Comment on Re^3: Runs from Command Line but NOT from Perl

Replies are listed 'Best First'.
Re^4: Runs from Command Line but NOT from Perl
by Your Mother (Archbishop) on Oct 19, 2018 at 01:40 UTC

    As is often the case, I almost certainly bit off more than I can chew but…

    my $ok = GetOptions( "abstract-unix-socket" => \my $path, "anyauth" => \my $anyauth, "a|append" => \my $append, "basic" => \my $basic, "cacert" => \my $cacert, "capath" => \my $capath, "cert-status" => \my $cert_status, # ...

    …there is a 200 line stub.