diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 23:51:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 23:51:54 +0200 |
| commit | 1d4fca365ae76f193c05da6eb1d58b41b171e359 (patch) | |
| tree | c3cfd57d6bd0b9771efaccd957f63bb3f6f60ae6 /test/module | |
| parent | 2fa89d40071e4afffa2aeb1805eecf2f1c148cf0 (diff) | |
running basic tasks, monitoring stdout!
Diffstat (limited to 'test/module')
| -rwxr-xr-x | test/module/test.pl | 5 |
1 files changed, 5 insertions, 0 deletions
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 ( |
