in reply to Re^2: The print is output later after die
in thread The print is output later after die
differences? perlvar says that $|++ flush right away and after every write or print on the currently selected output channel while *STDOUT->autoflush only affect STDOUT your example instead any select -ed FH and so also STDERR in case of warn or die
L*
|
|---|