-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readpipe() broken: 2 bugs #2793
Comments
From ilya@math.ohio-state.eduThis is a bug report for perl from ilya@monk.mps.ohio-state.edu, ./perl -wle 'print readpipe($^X, "-e", q(printp "12\n"))' I can see 2 bugs here: a) readpipe is not a list operator, as it should be (see my patch b) ($^X, '-e') "leak" to print(). Ilya Flags: Site configuration information for perl v5.7.0: Configured by ilya at Tue Sep 26 23:09:09 EDT 2000. Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration: Locally applied patches: @INC for perl v5.7.0: Environment for perl v5.7.0: |
From @maukeOn Wed Nov 01 09:14:00 2000, ilya@math.ohio-state.edu wrote:
First off, this bug still exists in 5.19. Second, you can also get the inverse of b), i.e. stealing args from print: % perl -we 'print "Just ", "echo another Perl hacker,", readpipe +()' |
From zefram@fysh.orgArgument list handling fixed in commit -zefram |
@xsawyerx - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release yesterday of Perl 5.28.0, this and 185 other issues have been Perl 5.28.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#4574 (status was 'resolved')
Searchable as RT4574$
The text was updated successfully, but these errors were encountered: