> If it is possible to get both the higher level and the lower level > implementation layers to be active at the same time would be great. > > But don't lose the access to the bare metal. Sorry, looks like I should have included an example on sysopen(): # Open files like sysopen() $fo = open $file, IO::File, O_CREAT, 0644; This is similar to how FileHandle opens files, providing a sysopen interface if the system args are passed. We could make sysopen() a shortcut to this, or remove it outright (I probably prefer the former). I agree, we should keep syswrite(), sysread(), and so on intact. Either that or, as you suggest, find a way to integrate system-level and higher-level stuff together. -Nate
- Re: RFC 14 (v2) Modify open() to support FileObjects a... Chaim Frenkel
- Re: RFC 14 (v2) Modify open() to support FileObje... Nathan Wiger
- Re: RFC 14 (v2) Modify open() to support FileObje... Nick Ing-Simmons
- Re: RFC 14 (v2) Modify open() to support File... Nathan Wiger
- Re: RFC 14 (v2) Modify open() to support FileObje... Jon Ericson
- Re: RFC 14 (v2) Modify open() to support File... Nathan Wiger
- Re: RFC 14 (v2) Modify open() to support ... Jonathan Scott Duff
- Re: RFC 14 (v2) Modify open() to supp... Graham Barr
- Re: RFC 14 (v2) Modify open() to... Nick Ing-Simmons
- Re: RFC 14 (v2) Modify open(... Jonathan Scott Duff
- Re: RFC 14 (v2) Modify o... Chaim Frenkel
- Re: RFC 14 (v2) Modify o... Nick Ing-Simmons