Help for this page

Select Code to Download


  1. or download this
    <addr>
      <city/>
    </addr>
    
  2. or download this
    eval {
    $details{city} = $elt->first_child('address')->first_child('city')->te
    +xt;
    };