<?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>Kracked Internet Services &#187; perl</title>
	<atom:link href="http://kracked.com/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://kracked.com</link>
	<description>The K in K-Rad</description>
	<lastBuildDate>Sun, 25 Jul 2010 22:10:03 +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>Finally a good perl IDE for OS X!</title>
		<link>http://kracked.com/finally-a-good-perl-ide-for-os-x/</link>
		<comments>http://kracked.com/finally-a-good-perl-ide-for-os-x/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 21:02:25 +0000</pubDate>
		<dc:creator>Christian Bolstad</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://bloggy.kracked.com/2007/06/11/finally-a-good-perl-ide-for-os-x/</guid>
		<description><![CDATA[For years I&#8217;ve been using the fantastic editor SubEthaEdit for all my development work in OS X. I use it for pretty much everything: editing html, text files,Â  code perl and php stuff, but I&#8217;ve always missed good perl integration. It has been anoying to switch to a terminal window just to debug perl code [...]]]></description>
			<content:encoded><![CDATA[<p>For years I&#8217;ve been using the fantastic editor <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.codingmonkeys.de%2Fsubethaedit%2F&amp;ei=_bVtRp-VGqL6QdjcrMMM&amp;usg=AFQjCNFbCCJQfxYKrSghyBdtc5eBpQd9Gg&amp;sig2=3bp2rYZluJS5_MmLrhF-kA">SubEthaEdit</a> for all my development work in OS X. I use it for pretty much everything: editing html, text files,Â  code perl and php stuff, but I&#8217;ve always missed good perl integration. It has been anoying to switch to a terminal window just to debug perl code when php editing is so swift.</p>
<p>A few days ago I stumbled over <a href="http://www.latenightsw.com/affrus/">Affrus</a> and it was love at first sight.</p>
<p>Affrus offer stepped execution with breakpoints and a whole bunch of advanced featuresÂ  that I miss from the well built Borland ide&#8217;s back in the DOS-days. The registration cost is almost $100 &#8211; but I&#8217;m happy to pay that when the evaluation period is over!</p>
]]></content:encoded>
			<wfw:commentRss>http://kracked.com/finally-a-good-perl-ide-for-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Perl for fun and profit</title>
		<link>http://kracked.com/perl-for-fun-and-profit/</link>
		<comments>http://kracked.com/perl-for-fun-and-profit/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 23:25:26 +0000</pubDate>
		<dc:creator>Christian Bolstad</dc:creator>
				<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://bloggy.kracked.com/2007/04/24/perl-for-fun-and-profit/</guid>
		<description><![CDATA[Kyle Douglass has written a quick intro to perl oneliners, nothing new for the advanced hax0r0r but the casual user or the perl curious might pick something up and get inspired. Check it out.]]></description>
			<content:encoded><![CDATA[<p>Kyle Douglass has written a <a href="http://www.unixreview.com/documents/s=10125/ur0704k/">quick intro to perl oneliners</a>, nothing new for the advanced hax0r0r but the casual user or the perl curious might pick something up and get inspired. Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://kracked.com/perl-for-fun-and-profit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The joy of learning new stuff</title>
		<link>http://kracked.com/the-joy-of-learning-new-stuff/</link>
		<comments>http://kracked.com/the-joy-of-learning-new-stuff/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 02:15:40 +0000</pubDate>
		<dc:creator>Christian Bolstad</dc:creator>
				<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://bloggy.kracked.com/2007/04/12/the-joy-of-learning-new-stuff/</guid>
		<description><![CDATA[(or: Gosh, I wish I found this out a decade ago) Now and then I need to install perl modules outside the regular library dirs. Most often because of an temporary installation in userspace but also when I use FINK to quickly install complex bundles on my powerbook. Since it&#8217;s most often just is a [...]]]></description>
			<content:encoded><![CDATA[<p>(or: Gosh, I wish I found this out a decade ago)</p>
<p>Now and then I need to install perl modules outside the regular library dirs. Most often because of an temporary installation in userspace but also when I use <a href="http://www.finkproject.org/">FINK</a> to quickly install complex bundles on my powerbook. Since it&#8217;s most often just is a temporary installation for debugging or development purposes I&#8217;ve coped with adding an extra -I parameter to  the shebang. Until last night when I fell over this monster API from hell. Not only did it demand an enormous amount of dependencies to be installed &#8211; it looked like every goddamn single 4-row test program and module needed each one of them.</p>
<p>For evaluating I would have to spend the whole night modifying source code. So I said &#8220;fuck it&#8221; and googled away.</p>
<p>The solution was of course painfully simple.</p>
<p>In ten years of tinkering with <a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server">Apache</a> I&#8217;ve managed to miss the directive that loads the <a href="http://httpd.apache.org/docs/1.3/mod/mod_env.html">mod_env</a> module which can be use<br />
to modify the environment variables that is set before calling CGI-scripts. Two rows to uncomment and asimple directive to add to the config:</p>
<blockquote><p>       SetEnv PERL5LIB &#8220;/path/to/libs&#8221;</p></blockquote>
<p>mod_env&#8217;s directives can even be used in .htaccess overrides. Damn. After all these years &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://kracked.com/the-joy-of-learning-new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
