Help for this page

Select Code to Download


  1. or download this
    my %application = (
        'CI10335478' => { 
    ...
          member   => [ 'MemberIP4',
                        'MemberIP2', ],
        },
    
  2. or download this
    {
      CI10001127 => { name => "Exchange 2003" },
      CI10004051 => { name => "Centralized Payment Services Group (CPSG)" 
    +},
      CI10047601 => { name => "PGP Desktop" }
    }
    
  3. or download this
      if ( $class eq 'cmdb_ci_appl'){
        $arx_data{$u_ci}{'name'} = $name;
    ...
        next if $seen{$app}{$ip}++;
        push @{$arx_data{$app}{'members'}},$ip;
      }