On 12/09/2009, at 19.05, DD wrote: > 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 I was thinking of the user logged in via the gui. -- René Mølsted