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