in reply to User rights and Perl

If i assume you use Win32? On unix it is rather easy ;-). perhaps:
SubInACL, microsoft search subinacl
SetACL, from sourceforge setacl.sourceforge.net
or Win32::Security
or Win32::Perms(by Dave Roth may be not maintained or "licence issues" iirc, a google search could help search Win32::Perms roth ...)

hth MH

Replies are listed 'Best First'.
Re^2: User rights and Perl
by Wobbel (Acolyte) on Nov 04, 2009 at 07:21 UTC

    Thanks a lot! At least two usefull starting points. Reading and testing, I'll be back!