Help for this page

Select Code to Download


  1. or download this
    <fruits>
      <average-color>purple</average-color>
    ...
        <average-color>greenish</average-color>
      </fruit>
    </fruits>
    
  2. or download this
      'average-color' => sub {
          if ($_[2]->[-1] eq 'fruit') {
    ...
            return undef;
          }
       },
    
  3. or download this
      'tag' => sub {
         return '@'.$_[0] => $_[1]->{_content};
      },