<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: perl code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 21 Aug 2008 02:22:44 GMT</pubDate>
    <description>DZone Snippets: perl code</description>
    <item>
      <title>Getting Documents with LWP</title>
      <link>http://snippets.dzone.com/posts/show/1009</link>
      <description>&lt;code&gt;&lt;br /&gt;my $url ='http://freshair.npr.org/dayFA.cfm?todayDate=current';&lt;br /&gt;    # Just an example: the URL for the most recent /Fresh Air/ show&lt;br /&gt;&lt;br /&gt;  use LWP::Simple;&lt;br /&gt;  my $content = get $url;&lt;br /&gt;  die "Couldn't get $url" unless defined $content;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 23 Dec 2005 09:02:55 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1009</guid>
      <author>koogunmo ()</author>
    </item>
  </channel>
</rss>
