Skip to content
Snippets Groups Projects
Commit eba79e3c authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- add autoflush() for improved UI experience

parent b3c344d5
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,8 @@ use XML::LibXML::XPathContext;
use Getopt::Long;
use constant DEBUG => 0; # no debug
use IO::Handle;
STDOUT->autoflush(1);
# guarantee, that output will be UTF8
binmode(STDOUT, ":encoding(UTF-8)");
my $db_name="exit_strategy";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment