# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125168] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125168 >
<cygx> so, how do I open a file in update mode (fopen "r+", perl5 open "+<")?
<masak> cygx: what's missing that you need? preferably expressed as a
call to open()
<cygx> I need to do an fopen("file", "r+")
<cygx> preferably witout going through nativecall ;)
* masak submits rakudobug
