# http://web.cs.dal.ca/~vlado/srcperl/snip/htmlquote # 2003-12 Vlado Keselj vlado@cs.dal.ca # Function use to prepare text for html display, with quoting # meta characters. sub htmlquote($) { local $_ = shift; s/&/&/g; s/