On Mon, Jul 14, 2008 at 10:25 PM, Andreas J. Koenig
<[EMAIL PROTECTED]> wrote:
> It seems you're opening a can of worms. On a Macbook nearby I find:
>
> % perl -le 'use Devel::Peek; Dump ((getpwnam("eserte"))[6])'
> SV = PVNV(0x18038f8) at 0x1800f1c
> REFCNT = 1
> FLAGS = (TEMP,POK,pPOK)
> IV = 0
> NV = 0
> PV = 0x400c20 "Slaven Rezi\304\215"\0
> CUR = 13
> LEN = 16
I'm not sure what's strange about that, except that I can't see any
connection between the username "eserte" and the human name "Slaven
Rezić".
-Ken