From 1d4fca365ae76f193c05da6eb1d58b41b171e359 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 May 2018 23:51:54 +0200 Subject: running basic tasks, monitoring stdout! --- test/module/test.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/module/test.pl') diff --git a/test/module/test.pl b/test/module/test.pl index 0853f79..51a06de 100755 --- a/test/module/test.pl +++ b/test/module/test.pl @@ -1,6 +1,11 @@ #!/usr/bin/perl use Getopt::Long; +use IO::Handle; + +STDERR->autoflush(1); +STDOUT->autoflush(1); + my $train; my $test; GetOptions ( -- cgit v1.2.3-70-g09d2