The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# upgrade http://slashdot.jp/slashdotjp.rss
author: Tatsuhiko Miyagawa
handle: http://slashdot.jp/.*?article\.pl\?
extract: (<div class="intro">.*?</div>).*?(<div class="bodytext">.*?</div>)?
extract_capture: body more
extract_after_hook: $data->{body} .= $data->{more} if $data->{more}