document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-173326\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\">#!/usr/bin/env perl<\/div><div class=\"line\" id=\"LC2\">&nbsp;<\/div><div class=\"line\" id=\"LC3\">use LWP::UserAgent;<\/div><div class=\"line\" id=\"LC4\">use HTTP::Request;<\/div><div class=\"line\" id=\"LC5\">use UNIVERSAL::dump;<\/div><div class=\"line\" id=\"LC6\">use XML::Simple;<\/div><div class=\"line\" id=\"LC7\">use Data::Dumper;<\/div><div class=\"line\" id=\"LC8\">use YAML qw(LoadFile);<\/div><div class=\"line\" id=\"LC9\">&nbsp;<\/div><div class=\"line\" id=\"LC10\">$config = LoadFile &quot;$ENV{HOME}/.posterous&quot;;<\/div><div class=\"line\" id=\"LC11\">&nbsp;<\/div><div class=\"line\" id=\"LC12\">my $req = HTTP::Request-&gt;new(GET =&gt; &quot;http://posterous.com/api/getsites&quot;);<\/div><div class=\"line\" id=\"LC13\">$req-&gt;authorization_basic($config-&gt;{core}-&gt;{user}, $config-&gt;{core}-&gt;{pass});<\/div><div class=\"line\" id=\"LC14\">&nbsp;<\/div><div class=\"line\" id=\"LC15\">$content = LWP::UserAgent-&gt;new-&gt;request($req)-&gt;content;<\/div><div class=\"line\" id=\"LC16\">$content =~ s/name/title/g;<\/div><div class=\"line\" id=\"LC17\">print $content;<\/div><div class=\"line\" id=\"LC18\">print Dumper XMLin($content);<\/div><div class=\"line\" id=\"LC19\">&nbsp;<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/173326/a5319963d769ee100b268c04da457591180ca2a2/lwpex.pl\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/173326#file_lwpex.pl\" style=\"float:right;margin-right:10px;color:#666\">lwpex.pl<\/a>\n          <a href=\"http://gist.github.com/173326\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
