in reply to Re^2: Is there a way to open a memory file with binmode :raw?
in thread Is there a way to open a memory file with binmode :raw?
Yeah, but that way of creating temporary files doesn't even honor $ENV{TMPDIR} (at least in some configurations), which makes it one of the worst ways to make temporary files in Perl in my book. I was rather shocked when I discovered such in the Perl source code (trying to figure out why Plack temporary files were being put into the wrong directory).
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is there a way to open a memory file with binmode :raw? (open undef)
by shmem (Chancellor) on Oct 13, 2015 at 07:35 UTC | |
by tye (Sage) on Oct 13, 2015 at 16:58 UTC |