<?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>FlipsideReality &#187; perl</title>
	<atom:link href="http://flipsidereality.com/blog/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://flipsidereality.com/blog</link>
	<description>Once upon a time, in a land far far away...</description>
	<lastBuildDate>Tue, 29 Jun 2010 17:40:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Spamassasin sa-learn automatic from exchange mailbox</title>
		<link>http://flipsidereality.com/blog/scripting/spamassasin-sa-learn-automatic-from-exchange-mailbox/</link>
		<comments>http://flipsidereality.com/blog/scripting/spamassasin-sa-learn-automatic-from-exchange-mailbox/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 12:02:52 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassasin]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/scripting/spamassasin-sa-learn-automatic-from-exchange-mailbox/</guid>
		<description><![CDATA[I needed a script to auto bayes learn spam, there were a couple out there, but all old, and none of them did imaps, which is what exchange needs. So herre you go: #!/usr/bin/perl # # 20081006 # from flipsidereality.com # # script to pull spam and ham from exchange by imaps, push it through [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/scripting/spamassasin-sa-learn-automatic-from-exchange-mailbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recursive unrar unzip perl script</title>
		<link>http://flipsidereality.com/blog/scripting/recursive-unrar-unzip-perl-script/</link>
		<comments>http://flipsidereality.com/blog/scripting/recursive-unrar-unzip-perl-script/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 21:46:14 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/scripting/recursive-unrar-unzip-perl-script/</guid>
		<description><![CDATA[It's a bit hacky, but it works. #!/usr/bin/perl use File::Find; use File::Spec; if (@ARGV[0] eq '') { print "useage: $0 foldername\n"; } else { print "Exctacting for folder ". $ARGV[0] ."\n"; find ( \&#38;extract_dir , @ARGV[0]); print (++$n,": $_\n") foreach (@elist) ; } exit; sub extract_dir { next if -d $_; next if /^\./; my [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/scripting/recursive-unrar-unzip-perl-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu Perl cpan problem</title>
		<link>http://flipsidereality.com/blog/uncategorized/ubuntu-perl-cpan-problem/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/ubuntu-perl-cpan-problem/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 23:32:59 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/uncategorized/ubuntu-perl-cpan-problem/</guid>
		<description><![CDATA[While trying to install various Perl modules I was getting errors like: "/usr/lib/perl/5.8/CORE/perl.h:420:24: error: sys/types.h: No such file or direct" and a load more complaints of missing ".h" files This is because Ubuntu isn't shipped as Linux for "Developers" but more for end users and so it isn't preinstalled with all sorts of development header [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/ubuntu-perl-cpan-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl tutorials</title>
		<link>http://flipsidereality.com/blog/scripting/perl-tutorials/</link>
		<comments>http://flipsidereality.com/blog/scripting/perl-tutorials/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 12:38:49 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=382</guid>
		<description><![CDATA[Oooooh, look. Perl tutorials! yay.]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/scripting/perl-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sys Admin &gt; v15, i09: Perl 6 is Coming!</title>
		<link>http://flipsidereality.com/blog/scripting/sys-admin-v15-i09-perl-6-is-coming/</link>
		<comments>http://flipsidereality.com/blog/scripting/sys-admin-v15-i09-perl-6-is-coming/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 22:43:46 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=112</guid>
		<description><![CDATA[Sys Admin > v15, i09: Perl 6 is Coming!]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/scripting/sys-admin-v15-i09-perl-6-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
