in reply to Re^2: Possible to have regexes act on file directly (not in memory)
in thread Possible to have regexes act on file directly (not in memory)
From a cursory glance at the documentation, no. That's still treating that memory map as a filehandle. You need to treat it as a string or scalar. A quick check on cpan gives Sys::Mmap as a reasonable candidate based on its documentation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Possible to have regexes act on file directly (not in memory)
by davido (Cardinal) on May 03, 2014 at 05:33 UTC | |
|
Re^4: Possible to have regexes act on file directly (not in memory)
by davido (Cardinal) on May 03, 2014 at 05:21 UTC |