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
Possible bug with binmode and <FH> on Perl 5.005_03 Win32 #50
Comments
From ron@gwmicro.comThe following short script should write a file called testfile It is probably relevant that this report was generated on -------- cut here ---->8==== open (IN, "<testfile"); # *** The following line does not work # *** Replace it with the following two lines and it works. close IN; Perl Info
|
Migrated from rt.perl.org#852 (status was 'resolved')
Searchable as RT852$
The text was updated successfully, but these errors were encountered: