Help for this page

Select Code to Download


  1. or download this
    my %addTargetServer = ( hostName => "", ipAddress => "" );
        my %addTargetApplication = (targetServerHostName => $SERVER, targe
    +tApplicationType => "Generic", targetApplicationName => "");
        my %addTargetAccount = ( targetServerHostName => $SERVER, targetAp
    +plicationName => $addTargetApplication{targetApplicationName}, target
    +ServerUserName => "", targetServerAccountPassword => "");
    
  2. or download this
    my $OPTIONS = GetOptions (
            'user=s'   => \$USERNAME,
    ...
            'targetuser=s'  => \$addTargetAccount{targetServerUserName},
            'targetpasswd=s' => \$addTargetAccount{targetServerAccountPass
    +word}
    );