<?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>SimonOnSoftware &#187; perl</title>
	<atom:link href="http://simononsoftware.com/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://simononsoftware.com</link>
	<description>programming, databases and other IT something</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:48:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Most Perl Users Don&#8217;t Use Windows</title>
		<link>http://simononsoftware.com/most-perl-users-dont-use-windows/</link>
		<comments>http://simononsoftware.com/most-perl-users-dont-use-windows/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 07:05:40 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=773</guid>
		<description><![CDATA[For me this is obvious. Perl programmers are usually using console a lot. Python programmers also. Java programmers at most not. Windows is lacking good console programs like for example grep (which I use a lot). Unix has a very good console software so in fact using Unixes helps a lot. Personally I use Ubuntu, [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/new-perl-6-mess-of-code/' rel='bookmark' title='Permanent Link: New Perl 6 Mess of Code'>New Perl 6 Mess of Code</a> <small>Some time ago there was announced that the Perl 6 ...</small></li>
<li><a href='http://simononsoftware.com/django-has-pony-perl-has-camelia/' rel='bookmark' title='Permanent Link: Django has Pony, Perl has Camelia'>Django has Pony, Perl has Camelia</a> <small>Yea, I know that Django has a pony &#8230; but,...</small></li>
<li><a href='http://simononsoftware.com/perl-as-a-computer-language/' rel='bookmark' title='Permanent Link: Perl as a Computer Language?'>Perl as a Computer Language?</a> <small>This is a small part of the perl documentation. Perl,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/most-perl-users-dont-use-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Database &#8211; Small Reply</title>
		<link>http://simononsoftware.com/testing-database-small-reply/</link>
		<comments>http://simononsoftware.com/testing-database-small-reply/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 12:21:51 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tests]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=722</guid>
		<description><![CDATA[On Ovid&#8217;s blog I found lately this entry.
First of all: this is a quite nice writing of something called &#8220;modern perl&#8221;. Everybody who shouts that perl is a piece of shit should read it. YES, you can write nice looking code in perl. Code that is maintainable and is easy to read. And is objective [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/how-to-allow-for-max-4-rows-in-update-postgresql/' rel='bookmark' title='Permanent Link: How to Allow For Max 4 Rows in Update (PostgreSQL)'>How to Allow For Max 4 Rows in Update (PostgreSQL)</a> <small>The Problem Question found on the net: how to restrict...</small></li>
<li><a href='http://simononsoftware.com/trying-to-use-database-in-python/' rel='bookmark' title='Permanent Link: Trying to Use Database in Python'>Trying to Use Database in Python</a> <small>Why the f**** there is nothing like DBI in Python?...</small></li>
<li><a href='http://simononsoftware.com/why-use-orms/' rel='bookmark' title='Permanent Link: Why Use ORMs?'>Why Use ORMs?</a> <small>Why Use ORMs? ORM aka Object Relational Mapping is a...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/testing-database-small-reply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django has Pony, Perl has Camelia</title>
		<link>http://simononsoftware.com/django-has-pony-perl-has-camelia/</link>
		<comments>http://simononsoftware.com/django-has-pony-perl-has-camelia/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 09:00:38 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=654</guid>
		<description><![CDATA[Yea, I know that Django has a pony &#8230; but, well&#8230; a butterfly for Perl 6?


Bookmark It






















Related posts:New Perl 6 Mess of Code Some time ago there was announced that the Perl 6 ...
Perl as a Computer Language? This is a small part of the perl documentation. Perl,...
Most Perl Users Don&#8217;t Use Windows For me this [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/new-perl-6-mess-of-code/' rel='bookmark' title='Permanent Link: New Perl 6 Mess of Code'>New Perl 6 Mess of Code</a> <small>Some time ago there was announced that the Perl 6 ...</small></li>
<li><a href='http://simononsoftware.com/perl-as-a-computer-language/' rel='bookmark' title='Permanent Link: Perl as a Computer Language?'>Perl as a Computer Language?</a> <small>This is a small part of the perl documentation. Perl,...</small></li>
<li><a href='http://simononsoftware.com/most-perl-users-dont-use-windows/' rel='bookmark' title='Permanent Link: Most Perl Users Don&#8217;t Use Windows'>Most Perl Users Don&#8217;t Use Windows</a> <small>For me this is obvious. Perl programmers are usually using...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/django-has-pony-perl-has-camelia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying to Use Database in Python</title>
		<link>http://simononsoftware.com/trying-to-use-database-in-python/</link>
		<comments>http://simononsoftware.com/trying-to-use-database-in-python/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:25:57 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=639</guid>
		<description><![CDATA[Why the f**** there is nothing like DBI in Python? In Perl there is DBI, great library with many drivers to almost all database engines you can imagine (all can be found here: DBD). There are many drivers for normal databases such as PostgreSQL, Firebird&#8230; other databases like: Oracle, MSSQL, MySQL&#8230; and some like this: [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/testing-database-small-reply/' rel='bookmark' title='Permanent Link: Testing Database &#8211; Small Reply'>Testing Database &#8211; Small Reply</a> <small>On Ovid&#8217;s blog I found lately this entry. First of...</small></li>
<li><a href='http://simononsoftware.com/postgresql-collation/' rel='bookmark' title='Permanent Link: PostgreSQL Collation &#8211; part 1'>PostgreSQL Collation &#8211; part 1</a> <small>PostgreSQL is (IMHO) much better than MySQL but unfortunately it ...</small></li>
<li><a href='http://simononsoftware.com/how-to-load-sql-file-to-database/' rel='bookmark' title='Permanent Link: How to Load SQL File to Database'>How to Load SQL File to Database</a> <small>It would be nice to have the possibility of loading...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/trying-to-use-database-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://simononsoftware.com/merry-christmas/</link>
		<comments>http://simononsoftware.com/merry-christmas/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 22:15:55 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=630</guid>
		<description><![CDATA[perl -MCPAN -e 'install Acme::POE::Tree'
perl -MAcme::POE::Tree -e \
 'Acme::POE::Tree-&#62;new()-&#62;run()'


Bookmark It






















Related posts:New Merb 1.0 is Out Yea&#8230; great? Let&#8217;s install that. I used thor. First copy...



<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/new-merb-10-is-out/' rel='bookmark' title='Permanent Link: New Merb 1.0 is Out'>New Merb 1.0 is Out</a> <small>Yea&#8230; great? Let&#8217;s install that. I used thor. First copy...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Perl 6 Mess of Code</title>
		<link>http://simononsoftware.com/new-perl-6-mess-of-code/</link>
		<comments>http://simononsoftware.com/new-perl-6-mess-of-code/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 08:30:12 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=218</guid>
		<description><![CDATA[Some time ago there was announced that the Perl 6  will be made to have much more OOP and better perl. Great, but a couple of days ago I found this one example of the new perl 6 code and  well&#8230;
my @array = 1, 2, 3;
@array ,= 4, 5, 6;
my @negatives = -&#60;&#60;@array;

Truly said it [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/perl-as-a-computer-language/' rel='bookmark' title='Permanent Link: Perl as a Computer Language?'>Perl as a Computer Language?</a> <small>This is a small part of the perl documentation. Perl,...</small></li>
<li><a href='http://simononsoftware.com/most-perl-users-dont-use-windows/' rel='bookmark' title='Permanent Link: Most Perl Users Don&#8217;t Use Windows'>Most Perl Users Don&#8217;t Use Windows</a> <small>For me this is obvious. Perl programmers are usually using...</small></li>
<li><a href='http://simononsoftware.com/django-has-pony-perl-has-camelia/' rel='bookmark' title='Permanent Link: Django has Pony, Perl has Camelia'>Django has Pony, Perl has Camelia</a> <small>Yea, I know that Django has a pony &#8230; but,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/new-perl-6-mess-of-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl as a Computer Language?</title>
		<link>http://simononsoftware.com/perl-as-a-computer-language/</link>
		<comments>http://simononsoftware.com/perl-as-a-computer-language/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 11:55:22 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://localhost:9991/?p=78</guid>
		<description><![CDATA[This is a small part of the perl documentation. Perl, yea that&#8217;s great but on the other hand you can write there terrible to maintain programs  (see perlgolf). What&#8217;s the perl syntax isn&#8217;t obvious even for the perl interpreter itself, see  below.

Note also that the interpolation code needs to make a decision on where the [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/new-perl-6-mess-of-code/' rel='bookmark' title='Permanent Link: New Perl 6 Mess of Code'>New Perl 6 Mess of Code</a> <small>Some time ago there was announced that the Perl 6 ...</small></li>
<li><a href='http://simononsoftware.com/django-has-pony-perl-has-camelia/' rel='bookmark' title='Permanent Link: Django has Pony, Perl has Camelia'>Django has Pony, Perl has Camelia</a> <small>Yea, I know that Django has a pony &#8230; but,...</small></li>
<li><a href='http://simononsoftware.com/most-perl-users-dont-use-windows/' rel='bookmark' title='Permanent Link: Most Perl Users Don&#8217;t Use Windows'>Most Perl Users Don&#8217;t Use Windows</a> <small>For me this is obvious. Perl programmers are usually using...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/perl-as-a-computer-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
