in reply to Re^3: Can the username be represented differently ?
in thread Can the username be represented differently ?
#!/usr/local/bin/perl -wT $|=1; $name = 'myusername'; $uid = getpwnam($name); print "$uid: $uid;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Can the username be represented differently ?
by peterr (Scribe) on Jun 28, 2004 at 06:36 UTC |