以下の内容はhttps://blog.kyanny.me/entry/20091022/1256210448より取得しました。


HTML::Element#as_Lisp_form

S式で出力できるらしい。ちゃんと入れ子をインデントで表現してくれるw

$ perl -mHTML::Element -le '$p = HTML::Element->new(q{p}); $a = HTML::Element->new(q{a}, href => q{http://google.com/}); $p->push_content($a); print $p->as_Lisp_form()'
("_tag" "p" "_content" (
  ("_tag" "a" "href" "http://google.com/")))



以上の内容はhttps://blog.kyanny.me/entry/20091022/1256210448より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14