<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / watzki / tag / lwp</title>
<link>http://netvouz.com/watzki/tag/lwp?feed=rss</link>
<description>watzki&#39;s bookmarks tagged &quot;lwp&quot; on Netvouz</description>
<item><title>perl.com: Web Basics with LWP</title>
<link>http://www.perl.com/pub/a/2002/08/20/perlandlwp.html</link>
<description>my $url = &#39;http://freshair.npr.org/dayFA.cfm?todayDate=current&#39;; # Just an example: the URL for the most recent /Fresh Air/ show use LWP::Simple; my $content = get $url; die &quot;Couldn&#39;t get $url&quot; unless defined $content; # Then go do things with $content, like this: if($content =~ m/jazz/i) { print &quot;They&#39;re talking about jazz today on Fresh Air!&#92;n&quot;; } else { print &quot;Fresh Air is apparently jazzless today.&#92;n&quot;; }</description>
<category domain="http://netvouz.com/watzki?category=6429411818701263291">Software Development &gt; PERL</category>
<author>watzki</author>
<pubDate>Wed, 12 Jul 2006 08:42:26 GMT</pubDate>
</item></channel></rss>