| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |
HTML::Widgets::NavMenu::EscapeHtml - provides a function to escape HTML.
use HTML::Widgets::NavMenu::EscapeHtml;
my $escaped_html = escape_html($html);
Escapes the HTML.
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.
| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |