blackadder has asked for the wisdom of the Perl Monks concerning the following question:
Which works fine, howver if try this$perms->Add("$acc", FULL|FULL, ACCESS_ALLOWED_ACE_TYPE, OBJECT_INHERI +T_ACE | CONTAINER_INHERIT_ACE);
It doesn't work. i get the following errormy $var1 = 'FULL'; my $var2 = 'FULL'; $perms->Add("$acc", $var1|$var1, ACCESS_ALLOWED_ACE_TYPE, OBJECT_INHE +RIT_ACE | CONTAINER_INHERIT_ACE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Variables and Perms Add
by fglock (Vicar) on Sep 12, 2002 at 13:52 UTC | |
|
Re: Variables and Perms Add
by PodMaster (Abbot) on Sep 12, 2002 at 13:56 UTC | |
by blackadder (Hermit) on Sep 12, 2002 at 14:40 UTC |