# New Ticket Created by  Wenzel Peppmeyer 
# Please include the string:  [perl #123838]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=123838 >


$f = open("x", :w); $f.print("abc"); say $f.tell

returns 0, expected 3

Reply via email to