We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2910d8 + a14f25d commit 07484e6Copy full SHA for 07484e6
bin/dx_get_db_env.pl
@@ -152,6 +152,8 @@
152
{'Paramters', 200}
153
);
154
155
+ $primary = 1;
156
+
157
} elsif (defined($config)) {
158
$hostenv = 'e';
159
$output->addHeader(
lib/Engine.pm
@@ -53,6 +53,7 @@ use File::Spec;
53
use Try::Tiny;
54
use Term::ReadKey;
55
use dbutils;
56
+use open qw(:std :utf8);
57
58
use LWP::Protocol::http;
59
push(@LWP::Protocol::http::EXTRA_SOCK_OPTS, MaxLineLength => 0);
0 commit comments