<?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>Three till Seven &#187; Perl</title>
	<atom:link href="http://www.3till7.net/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3till7.net</link>
	<description>Programming, espresso, and grumbling.</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:56:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>a busy day, filled with Perlnanigans</title>
		<link>http://www.3till7.net/2007/04/19/a-busy-day-filled-with-perlnanigans/</link>
		<comments>http://www.3till7.net/2007/04/19/a-busy-day-filled-with-perlnanigans/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 00:21:03 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Daily life]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/04/19/a-busy-day-filled-with-perlnanigans/</guid>
		<description><![CDATA[Today was one of those kick-ass days that went by in a whirlwind. I had a discrete math test at 9:30 this morning and I think I did really well on it. It seemed only slightly harder than his last &#8230; <a href="http://www.3till7.net/2007/04/19/a-busy-day-filled-with-perlnanigans/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/04/19/a-busy-day-filled-with-perlnanigans/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>toilet paper holder engineering and Perl issues</title>
		<link>http://www.3till7.net/2007/04/13/toilet-paper-holder-engineering-and-perl-issues/</link>
		<comments>http://www.3till7.net/2007/04/13/toilet-paper-holder-engineering-and-perl-issues/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 20:07:50 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Daily life]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/04/13/toilet-paper-holder-engineering-and-perl-issues/</guid>
		<description><![CDATA[How many engineers does it take to design a toilet paper holder? You wouldn&#8217;t think such a seemingly simple device would be difficult, but it&#8217;s apparently impossible. Think about it: when you go to a public restroom and there&#8217;s the &#8230; <a href="http://www.3till7.net/2007/04/13/toilet-paper-holder-engineering-and-perl-issues/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/04/13/toilet-paper-holder-engineering-and-perl-issues/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>using Perl and Apache on OS X</title>
		<link>http://www.3till7.net/2007/03/22/perl-apache-and-os-x/</link>
		<comments>http://www.3till7.net/2007/03/22/perl-apache-and-os-x/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 14:08:20 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/03/22/perl-apache-and-os-x/</guid>
		<description><![CDATA[What was this /private/etc/httpd/users/sarah.conf that it was talking about? I had never created this file. I checked and it certainly existed. It also had an Options line without ExecCGI--bingo! I simply removed the file because it was just redefining what I had already specified in httpd.conf for Users/*/Site directories (shown above). I then restarted Apache and voila, my scripts worked. <a href="http://www.3till7.net/2007/03/22/perl-apache-and-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/03/22/perl-apache-and-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>fungal database project</title>
		<link>http://www.3till7.net/2007/02/24/fungal-database-project/</link>
		<comments>http://www.3till7.net/2007/02/24/fungal-database-project/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 15:46:39 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Daily life]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/02/24/fungal-database-project/</guid>
		<description><![CDATA[Work has been going all right. I’m converting over an old Perl web interface to Rails. It seems so crazy to write a Perl web interface for a MySQL backend from scratch; the guy didn’t use any kind of framework. &#8230; <a href="http://www.3till7.net/2007/02/24/fungal-database-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/02/24/fungal-database-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>back in Rails work</title>
		<link>http://www.3till7.net/2007/02/09/back-in-rails-work/</link>
		<comments>http://www.3till7.net/2007/02/09/back-in-rails-work/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 15:47:34 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Daily life]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/02/09/back-in-rails-work/</guid>
		<description><![CDATA[Classes have started again for the spring semester and I&#8217;m off my co-op, so I&#8217;m back in full-time classes. I do have to pay the bills, though, so I&#8217;m working for one of my professors. He called it &#8220;undergraduate research,&#8221; &#8230; <a href="http://www.3till7.net/2007/02/09/back-in-rails-work/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/02/09/back-in-rails-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>extensionChanger.pl</title>
		<link>http://www.3till7.net/2005/12/18/extensionchangerpl/</link>
		<comments>http://www.3till7.net/2005/12/18/extensionchangerpl/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 17:38:00 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=1004</guid>
		<description><![CDATA[This script will rename all files with one extension to another extension. Example: all files in a given directory that end with .php will be renamed to end with .txt. Download the program and instructions The only change you might &#8230; <a href="http://www.3till7.net/2005/12/18/extensionchangerpl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2005/12/18/extensionchangerpl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

