diff options
author | Jan Dubois <jand@activestate.com> | 2000-08-18 07:22:51 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-18 21:25:59 +0000 |
commit | d12db45c09c7b1994500d95b22b3635ca28bfffb (patch) | |
tree | 4dc0419283676e2c823392cac3d364225c3f2051 /lib/Win32.pod | |
parent | fe2227f03ae2de69c0a991635f71dff4e075710e (diff) | |
download | perl-d12db45c09c7b1994500d95b22b3635ca28bfffb.tar.gz |
fix for Win32::DomainName
Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
p4raw-id: //depot/perl@6705
Diffstat (limited to 'lib/Win32.pod')
-rw-r--r-- | lib/Win32.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Win32.pod b/lib/Win32.pod index bd1d06581e..f242eccc2f 100644 --- a/lib/Win32.pod +++ b/lib/Win32.pod @@ -43,7 +43,9 @@ yourself. =item Win32::DomainName() [CORE] Returns the name of the Microsoft Network domain that the -owner of the current perl process is logged into. +owner of the current perl process is logged into. This information +is not available to 32 bit programs on Win 9X. Therefore this function +will return C<undef> on these systems. =item Win32::ExpandEnvironmentStrings(STRING) |