Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

XML::Twig Text replacement

by Gizmo (Novice)
on Apr 30, 2010 at 17:16 UTC ( [id://837821]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    
    ...
    <AppProfileGuid>586e3456dt</AppProfileGuid>
    
    </Profile>
    
  2. or download this
    use XML::Simple;
    
    ...
    $data->{Profile}->[0]->{Application}->[0]->{Id} = $CsID;
    
    print $xml->XMLout($data);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found