in reply to EUID cannot be set
sub DropPriv { my($uid, $groups) = @_; $) = $groups; $> = $uid; # ... } [download]
Niel