Hi all,
i,m i'm banging my head against the wall with this:
use strict; use warnings; use IO::All; # v5.18.2 my $io = io $0; while ( my ( $index, $value ) = each @$io ) { print qq($index\t$value); print qq($index\t$value\n); } __END__
Only the second print works.
I wonder why.
Thank you very much for any hint and best regards,
Karl
«The Crux of the Biscuit is the Apostrophe»
In reply to Why doesn't this print when i omit the newline? by karlgoethebier
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |