Help for this page

Select Code to Download


  1. or download this
    sub hash_to_html ($;$)
    {
    ...
        . join ('', map { "$i  <li>$_</li>\n" . hash_to_html ($x->{$_}, "$
    +i    ") } sort (keys (%$x)))
        . "$i</ul>\n";
    }
    
  2. or download this
    <ul>
      <li>Cows</li>
    ...
            </ul>
        </ul>
    </ul>