Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: XML package for parsing values in the opening tag.

by gmpassos (Priest)
on Apr 15, 2004 at 07:11 UTC ( [id://345329]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      print $xml->{_City} ;
    
  2. or download this
      use XML::Smart ;
    
    ...
    
      print $xml->dump_tree_ok ;
    
  3. or download this
    $VAR1 = {
              'USER' => {
                          '_CITY' => 'testboro'
                        }
            };
    

Log In?
Username:
Password:

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

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

    No recent polls found