Help for this page

Select Code to Download


  1. or download this
    #User;LoginName;FullName;Description;Password;Profile;DefaultLibrary;S
    +tate
    $cfg[0] = "User;$line[2];$line[1];Default account for $line[1];$line[3
    +];VIEWER;;";
    ...
    
    #Folder;Name;Description;Scope;Reports;Owner;Parent
    $cfg[2] = "Folder;$line[1];Default folder for $line[2];$line[1];;admin
    +istrator;/Customer_SLA";
    
  2. or download this
    foreach $line (@file) {
      @line = split(/;/,$line);
    ...
         push( @topol, $line[0].";".$cfg );
      }
    }