in reply to Daemon processing under different IDs.

Just another function to import from POSIX, use POSIX qw/setuid setsid/; Be cautious about what values you feed setuid.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re^2: Daemon processing under different IDs.
by furrypop (Novice) on Jan 14, 2005 at 15:07 UTC
    I should have guessed that POSIX would contain it. Thanks for the reply.