-
Notifications
You must be signed in to change notification settings - Fork 571
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
win NT: when close '<&='-d file handle the original one remains open, pecularities of open FH, '-' #5226
Comments
From tagunov@motor.ruThis is a bug report for perl from "Anton Tagunov" <tagunov@motor.ru>, Hello! 1) Both of the following examples print their source :-( use strict; use warnings; use strict; use warnings; That is <&= behaves like <&. 2) BTW, open FH, '-' behaves neither open STDIN,'<'.$0; open STDIN,'<'.$0; 3) Is this it like expected? Is it documented 4) I have found no tests for this. Are there any? Regards, Anton Flags: Site configuration information for perl v5.7.3: Configured by anthony at Wed Mar 6 00:02:07 2002. Summary of my perl5 (revision 5 undef) configuration: Locally applied patches: @INC for perl v5.7.3: Environment for perl v5.7.3: |
From [Unknown Contact. See original ticket]use strict; use warnings; - Anton |
Migrated from rt.perl.org#8805 (status was 'open')
Searchable as RT8805$
The text was updated successfully, but these errors were encountered: