Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Clobbered keys in XML::Simple

by Rhose (Priest)
on Aug 29, 2002 at 17:45 UTC ( [id://193838]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    <meta name="APU:IndustryCode" content="Joint ventures / investment" />
    </head>
    </DataContent>
    
  2. or download this
    foreach (0..$#{$gXMLDoc->{head}->{meta}})
    {
      print $gXMLDoc->{head}->{meta}[$_]->{content},"\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-03-29 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found