Help for this page

Select Code to Download


  1. or download this
    use Win32::FileSecurity (qw Get Set EnumerateRights MakeMask);
    my @admin_people = ("Elizabeth Adams", "Chris Millington", "Clerical")
    +;
    my @technical_people = ("Elizabeth Adams", "Chris Millington", "Cleric
    +al", "E&D Group");
    
  2. or download this
    Possible attempt to separate words with commas at C:\bin\msdir.pl line
    + 6.
    syntax error at C:\bin\msdir.pl line 6, near "my @technical_people = (
    +"Elizabeth Adams", "Chris Millington", "Clerical", "E&D Group"
    
      (Might be a runaway multi-line GG string starting on line 4)
    Execution of C:\bin\msdir.pl aborted due to compilation errors.