-
Notifications
You must be signed in to change notification settings - Fork 561
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
misplaced inplace-edit warning #14644
Comments
From zefram@fysh.orgCreated by zefram@fysh.orgIf perl fails to open a file for <ARGV>, it bizarrely performs an $ strace /opt/perl/bin/perl -e 'print <ARGV>' t0 This stat doesn't add anything to the reporting of the open error. $ mkdir t1 The stat is performed by some code near the end of Perl_nextargv() $ mkfifo ' t2' In this case the error message complains about ' t2' being non-regular, Perl Info
|
Migrated from rt.perl.org#124278 (status was 'new')
Searchable as RT124278$
The text was updated successfully, but these errors were encountered: