Re: opening things without the O_LARGEFILE flag



On 30 Oct 2006, aduitsis@xxxxxxxxx wrote:

The documentation clearly states that from perl 5.6 and forth, the
O_LARGEFILE will be used whenever possible. But I really need to bypass
this and generate an open system call without it.

Does anyone know any conceivable way to accomplish this? Any help will
be appreciated.

While there may be other more appropriate ways, you could use
Inline::C maybe?

Ted
.