<?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>bojan.blog &#187; timestamp</title>
	<atom:link href="http://bojand.org/blog/tag/timestamp/feed" rel="self" type="application/rss+xml" />
	<link>http://bojand.org/blog</link>
	<description></description>
	<lastBuildDate>Sun, 11 Apr 2010 04:03:46 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>File modified timestamp with Perl</title>
		<link>http://bojand.org/blog/63.html</link>
		<comments>http://bojand.org/blog/63.html#comments</comments>
		<pubDate>Mon, 21 Aug 2006 21:43:29 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://bojan.info/blog/63.html</guid>
		<description><![CDATA[This is how to quickly get the timestamp of when the file was last modified in Perl:

$lastmod = (stat($filename))[9];

]]></description>
			<content:encoded><![CDATA[<p>This is how to quickly get the timestamp of when the file was last modified in Perl:</p>
<pre class="brush: perl; gutter: false;">
$lastmod = (stat($filename))[9];
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bojand.org/blog/63.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
