08/06/10 13:58:23
ここ(↓)を参考にして自己解決しました。
URLリンク(www.geocities.co.jp)
use HTML::FillInForm;
use base qw(HTML::FillInForm);
sub comment {
my($self, $text) = @_;
$self->{output} .= "<!--$text-->";
}
sub declation {
my($self, $text) = @_;
$self->{output} .= "<!$text>";
}