<?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>PLATFORMedia LLC &#187; perl</title>
	<atom:link href="http://platformedia.com/oss-blog/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sun, 08 Jan 2012 06:55:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Some MySQL compatibility functions for sqlite</title>
		<link>http://platformedia.com/oss-blog/some-mysql-compatibility-functions-for-sqlite/</link>
		<comments>http://platformedia.com/oss-blog/some-mysql-compatibility-functions-for-sqlite/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 14:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/07/some-mysql-compatibility-functions-for-sqlite/</guid>
		<description><![CDATA[Here are a couple of additional functions to increase interoperability between MySQL code and sqlite :
unless($dbh = DBI->connect(&#8221;DBI:SQLite:dbname=$db_login{file}&#8221;, &#8220;&#8221;, &#8220;&#8221;) ) { die &#8220;Cannot connect to database &#8211; version : &#8220;.$dbh->{sqlite_version};}$dbh->func( &#8216;UNIX_TIMESTAMP&#8217;, 1, sub { return POSIX::mktime(POSIX::strptime($_[0], &#8216;%Y-%m-%d %H:%M:%S&#8217;)); }, &#8216;create_function&#8217; );$dbh->func( &#8216;FROM_UNIXTIME&#8217;, 1,  sub { return POSIX::strftime(&#8217;%Y-%m-%d %H:%M:%S&#8217;, localtime($_[0])); }, &#8216;create_function&#8217; );
to make [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/some-mysql-compatibility-functions-for-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

