in reply to
Re^2: sysopen vs. open
in thread
sysopen vs. open
obviously, rou read different documentation than I. All three (
open
,
sysopen
and
perlopentut
)
explicitly
say that
undef
is returned on failure
, which is, as you 'guessed', a falsey value
.
Edit: added the words in italics
Comment on
Re^3: sysopen vs. open
Download
Code
In Section
Seekers of Perl Wisdom