develooper Front page | perl.perl6.internals | Postings from July 2002

[perl #15357] Read & write ops in core.ops are broken

From:
Simon Glover
Date:
July 22, 2002 14:26
Subject:
[perl #15357] Read & write ops in core.ops are broken
Message ID:
rt-15357-31019.10.1098668061145@perl
# New Ticket Created by  Simon Glover 
# Please include the string:  [perl #15357]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15357 >



 The file descriptors produced by the open op aren't compatible with
 the ones required by the read & write ops (the versions in core.ops)
 so this:

  open I0, "tempfile"
  write I0, 1
  end

 simply fails quietly - the open succeeds (provided that tempfile exists),
 but nothing gets written to the file.

 Simon






nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About