Help for this page

Select Code to Download


  1. or download this
    sub hash_to_html {
      my $x = shift;
    ...
        }
    };
    print hash_to_html($our_hash);
    
  2. or download this
    <ul><li>Cows
    <ul><li>Brown
    ...
    </ul>
    </ul>
    </ul>