# New Ticket Created by Stefan Seifert # Please include the string: [perl #124056] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=124056 >
perl6 -e 'my $fh = "/tmp/fhtest".IO.open(:rw); $fh.say("test"); $fh.seek(0, 0); say $fh.get;' Reading from filehandle failed: bad file descriptor in method get at src/gen/m-CORE.setting:17042 in block <unit> at -e:1