<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gnucom.cc &#187; lwp</title>
	<atom:link href="http://blog.gnucom.cc/tag/lwp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using Perl and LWP::UserAgent to POST to a HTML/PHP form.</title>
		<link>http://blog.gnucom.cc/2009/using-perl-and-lwpuseragentpost-to-post-data-to-a-htmlphp-form/</link>
		<comments>http://blog.gnucom.cc/2009/using-perl-and-lwpuseragentpost-to-post-data-to-a-htmlphp-form/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 20:49:49 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lwp]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=122</guid>
		<description><![CDATA[Here is the original HTML form that you would see if you were navigating to the page to fill out the form: &#60;form name=&#34;input&#34; action=&#34;form_rec.php&#34; method=&#34;post&#34;&#62; Ye giveth:&#60;input type=&#34;text&#34; name=&#34;in&#34;&#62; &#60;input type=&#34;submit&#34; value=&#34;Go&#34;&#62; &#60;/form&#62; Notice that we&#8217;re posting to the file form_rec.php, not the file that actually contains this form code.  If you try posting [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2009/using-perl-and-lwpuseragentpost-to-post-data-to-a-htmlphp-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

