In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b6d5ddf72d1067c498a7ed65623df9f2f8f8d749?hp=bace499647c542e44fa169173393f19316fe05b6>
- Log ----------------------------------------------------------------- commit b6d5ddf72d1067c498a7ed65623df9f2f8f8d749 Author: Tony Cook <[email protected]> Date: Wed Jun 17 10:55:19 2015 +1000 [perl #123264] explicitly document the return value of sysopen ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index b2c8bb6..650ad0e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -7957,6 +7957,8 @@ filehandle wanted; an undefined scalar will be suitably autovivified. This function calls the underlying operating system's I<open>(2) function with the parameters FILENAME, MODE, and PERMS. +Returns true on success and C<undef> otherwise. + The possible values and flag bits of the MODE parameter are system-dependent; they are available via the standard module C<Fcntl>. See the documentation of your operating system's I<open>(2) syscall to see -- Perl5 Master Repository
