René Mølsted wrote: > Hi all, > anyone know how to get the current user login with perl? I don't know perl, but the variable is REMOTE_USER, so...: $ENV{'REMOTE_USER'} Might be what you're after. Dick