Fixed output IO buffering mode to 1 as it is supposed to be.

This commit is contained in:
bluesaxman 2019-11-04 12:18:03 -07:00
parent 3110fcd761
commit 9fdfaea7fe

View File

@ -5,7 +5,7 @@ use Digest::MD5 "md5_base64";
use POSIX;
use v5.10;
$| = 0; #turn off IO buffering
$| = 1; #turn off IO buffering
# set CONFIRMATION_PHRASE to anything falsy (like zero) if you are a fast and
# loose badass and you don't need no stinkin' safety net.