in reply to Re^3: diamond operator multiple inputin thread diamond operator multiple input
>perl -le"lc sub { print wantarray?1:0 }->();" 0 [download]
By using your code, lines further down in the file will be discarded whereas they weren't in the OP's code.