記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Journal of miyagawa (1653)
HTML::ResolveLink is a module of mine to resolve any relative links found in (X)HTML to the absol... HTML::ResolveLink is a module of mine to resolve any relative links found in (X)HTML to the absolute URI.Here's how to use the module: use HTML::ResolveLink; my $resolver = HTML::ResolveLink->new( base => 'http://www.example.com/foo/bar.html', ); $html = $resolver->resolve($html); Pretty simple.This module is particularly useful when you deal with stuff like content in the RSS feeds. Some (ba
2006/09/29 リンク