Help for this page

Select Code to Download


  1. or download this
    <root>
     <foo x="5">
    ...
      baz("world")
     )
    )
    
  2. or download this
    $xml = <<'*END*';
    <doc>
    ...
        ]
    );
    # prints the addresses, returns nothing
    
  3. or download this
    <doc>
     <person>
    ...
      </phones>
     </person>
    </doc>
    
  4. or download this
    sub {
     if (exists $_[1]->{id} and $_[1]->{id}+0 > 0) {
    ...
      return address => "$_[1]->{street}, $_[1]->{city} ($_[1]->{country})
    +"
     }
    }