Help for this page

Select Code to Download


  1. or download this
    if( "" ne $Config{domain} )
    {
    ...
    #                                \@MachineList );
      @MachineList = qw(SERVER1 SERVER2 SERVER3);
    }
    
  2. or download this
    #... stuff to populate %accountslist, $account ...
    
    ...
      $Location = "" if( 0 == $Data->{value} );
      return( "\t$Field: $Date $Location" );
    }