- 440 名前:439 mailto:sage [2008/06/10(火) 13:58:23 ]
- ここ(↓)を参考にして自己解決しました。
www.geocities.co.jp/SiliconValley-Sunnyvale/6128/perl/htmlpaser.html use HTML::FillInForm; use base qw(HTML::FillInForm); sub comment { my($self, $text) = @_; $self->{output} .= "<!--$text-->"; } sub declation { my($self, $text) = @_; $self->{output} .= "<!$text>"; }
|

|