Help for this page

Select Code to Download


  1. or download this
    my %rules = (
      _default => sub {$_[0] => trim($_[1]->{_content})},
      parent_tag => sub {...},
      child_tag => sub {...},
    )
    
  2. or download this
    <parent_tag>
    ...
    ...
      ...
      </child_tag>
    </parent_tag>