Help for this page

Select Code to Download


  1. or download this
    use Utils::XMLUtils qw(loadXMLFile
                           getNodesFromPath
    ...
    }
    wrtiteTofile($SigData,"sample.xml",0);
    close(FILE);
    
  2. or download this
    package Utils::XMLUtils;
    use strict;
    ...
        return $string;
    }
    1;
    
  3. or download this
    <SigData>
        <KVPair>
    ...
            <Key>....</Key>
            <Value>..</Value>
    </SigData>
    
  4. or download this
    sub putData {
        my ($event, $BENodeMap, $testID,$eventName, $obj) = @_;
    ...
        }
        return 1;
    }