in reply to Re^3: Runs from Command Line but NOT from Perl
in thread Runs from Command Line but NOT from Perl
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.
|
|---|