Help for this page

Select Code to Download


  1. or download this
    $packagehash = {
              ' IBM Tivoli Runtime Security Services Client ' => {
    ...
                                                                 }
            };
    
  2. or download this
    &getxml($packagehash);
    
  3. or download this
    sub getxml($) {
          my $hashref = shift;
    ...
          ...xml logic...
          }