Re: whoami implementation
[email protected] ("Eric Waguespack") Wed, 4 Oct 2006 13:58:12 -0500
| Newsgroups | perl.ppt |
|---|---|
| Message-ID | <[email protected]> |
Yeah I saw that... it then occurred to me, why are multiple scripts stored when 1 is clearly less complete than the others? On 10/4/06, [email protected] <[email protected]> wrote: > On 10/4/06, Ricardo SIGNES <[email protected]> wrote: > > * [email protected] [2006-10-04T12:47:11] > > > print getpwuid($>)."\n"; > > > > Cute, but won't work on Win32, and possibly elsewhere. > Is there any real use for whoami on win32? > > I've seen worse though... > one cat implementation is the usual > > print while <>; >