in reply to open(): Is there a simple way to map between numeric open modes and "symbol modes"? (solved)
somehow numeric mode values doesn't seem to work, while their symbol equivalents work.
That is the difference between open and sysopen, one takes strings for mode, the other numbers, and IPC::PerlSSH::IO appears to use open
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: open(): Is there a simple way to map between numeric open modes and "symbol modes"?
by isync (Hermit) on Feb 08, 2013 at 14:04 UTC |