Re: Get Clients Windows Logon ID
- From: rob.dixon@xxxxxxx (Rob Dixon)
- Date: Fri, 11 Jul 2008 16:59:16 +0100
Amit Saxena wrote:
On Fri, Jul 11, 2008 at 8:39 PM, Rob Dixon <rob.dixon@xxxxxxx> wrote:
leolim818@xxxxxxxxx wrote:
Can you please advice me how to get the Clients' windows logon user
name in perl?
$ENV{USERNAME}
Using environment variables to find username are risky !
Is there any API available for the same?
(Please bottom post your replies to this group. Thanks.)
use Win32;
my $user = Win32::LoginName;
Rob
.
- Follow-Ups:
- Re: Get Clients Windows Logon ID
- From: leolim818
- Re: Get Clients Windows Logon ID
- References:
- Get Clients Windows Logon ID
- From: leolim818
- Re: Get Clients Windows Logon ID
- From: Rob Dixon
- Re: Get Clients Windows Logon ID
- From: Amit Saxena
- Get Clients Windows Logon ID
- Prev by Date: Re: Get Clients Windows Logon ID
- Next by Date: Re: Unix command-line tools to edit SharePoint site?
- Previous by thread: Re: Get Clients Windows Logon ID
- Next by thread: Re: Get Clients Windows Logon ID
- Index(es):
Relevant Pages
|