in reply to Re^2: The print is output later after die
in thread The print is output later after die

See IO::Handle. There's no difference, just readability :-)

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^4: The print is output later after die
by ikegami (Patriarch) on Jan 28, 2022 at 12:23 UTC

    There's a difference. $| = 1; is equivalent to select()->autoflush(), not STDOUT->autoflush().