<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Perl bits: Parsing Apache&#8217;s Combined log format</title>
	<atom:link href="http://www.stonetable.org/2005/11/29/perl-bits-parsing-apaches-combined-log-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stonetable.org/2005/11/29/perl-bits-parsing-apaches-combined-log-format/</link>
	<description>An economy of words</description>
	<lastBuildDate>Fri, 26 Mar 2010 17:21:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nigel Peck</title>
		<link>http://www.stonetable.org/2005/11/29/perl-bits-parsing-apaches-combined-log-format/comment-page-1/#comment-1360</link>
		<dc:creator>Nigel Peck</dc:creator>
		<pubDate>Sat, 30 Jan 2010 17:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://stonetable.org/?p=268#comment-1360</guid>
		<description>Thanks for this, very useful. I updated the code to fill in your question makrs:

/^
	(\S+)\s		# requestor
	(\S+)\s		# RFC 1413 identity of the client determined by identd (highly unreliable - do not use)
	(\S+)\s		# http userid 
	\[([^\]]*)\]\s	# time
	&quot;([^&quot;]*)&quot;\s	# URL
	(\d*)\s		# result
	(\d*)\s		# bytes
	&quot;([^&quot;]*)&quot;\s	# referrer
	&quot;([^&quot;]*)&quot;   	# user agent
$/x;</description>
		<content:encoded><![CDATA[<p>Thanks for this, very useful. I updated the code to fill in your question makrs:</p>
<p>/^<br />
	(\S+)\s		# requestor<br />
	(\S+)\s		# RFC 1413 identity of the client determined by identd (highly unreliable &#8211; do not use)<br />
	(\S+)\s		# http userid<br />
	\[([^\]]*)\]\s	# time<br />
	&#8220;([^"]*)&#8221;\s	# URL<br />
	(\d*)\s		# result<br />
	(\d*)\s		# bytes<br />
	&#8220;([^"]*)&#8221;\s	# referrer<br />
	&#8220;([^"]*)&#8221;   	# user agent<br />
$/x;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.330 seconds -->
