Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: perl and xml

by gmpassos (Priest)
on Aug 29, 2004 at 19:00 UTC ( [id://386789]=note: print w/replies, xml ) Need Help??


in reply to perl and xml

Take a look into XML::Smart:
use XML::Smart ; my $xml = new XML::Smart() ; $xml->{hash} = \%t_type ; $xml->save('hash.xml') ; my $xml_load = new XML::Smart('hash.xml') ; my %t_type_load = %{ $xml_load->tree_ok->{hash} } ; use Data::Dumper ; print Dumper( \%t_type_load ) ;

Graciliano M. P.
"Creativity is the expression of the liberty".

Log In?
Username:
Password:

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

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

    No recent polls found