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