Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Which is Best ? XML or Textpad

by koti688 (Sexton)
on Mar 30, 2009 at 06:41 UTC ( [id://754080]=note: print w/replies, xml ) Need Help??

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;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://754080]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-23 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found