The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<h1>RSS Importer</h1>
This utility will import an RSS feed to your Facebook news feed.

<form action="/rss-importer" method="post">
RSS Feed URI: 
<input type="text" name="rss_uri">
<input type="submit">
</form>
[% IF response %]
	<h3>Facebook Response</h3>
	<textarea style="width: 500px; height: 250px;">[% response %]</textarea>
[% END %]