https://bugzilla.redhat.com/show_bug.cgi?id=1650041



--- Comment #2 from Petr Pisar <ppi...@redhat.com> ---
Playing with developmental Perl tree, this works:

$ ./perl -Ilib -i -e '$/=undef; while ($_=<>) {s/1/2/; print}' /tmp/test

This does not work:

$ ./perl -Ilib -i -e '$/=undef; $_=<>; {s/1/2/; print}' /tmp/test

It seems there is a special handling for "while(<>)" that triggers the final
rename. I will forward this bug report to Perl 5 Porters.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org

Reply via email to