<?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>Jannich Brendle&#039;s blog &#187; perl</title>
	<atom:link href="http://bredsaal.dk/tag/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://bredsaal.dk</link>
	<description>My name is Jannich - I blog!</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:54: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>LWP::UserAgent and HTTPS</title>
		<link>http://bredsaal.dk/lwpuseragent-and-https</link>
		<comments>http://bredsaal.dk/lwpuseragent-and-https#comments</comments>
		<pubDate>Mon, 03 May 2010 14:17:54 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=917</guid>
		<description><![CDATA[If you are trying to download a website with LWP::UserAgent in Perl through HTTPS, you might encounter errors like this: Can't locate object method "new" via package "LWP::Protocol::https::Socket" The solution to this problem is to install the ssl development libraries, and then install the Crypt::SSLeay Perl module. To do this in Debian or Ubuntu, open [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/lwpuseragent-and-https/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cracking md5 hashes just got easier &#8211; with perl</title>
		<link>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl</link>
		<comments>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:58:04 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Cracking+md5+hashes+just+got+easier+-+with+perl</guid>
		<description><![CDATA[Everybody knows services like milw0rm.com&#8216;s md5 cracking database, where you can submit a hash and get the plaintext password, if it is cracked. Today I discovered Digest::MD5::Reverse, a perl module to search several online MD5 hash databases. So I whipped up a little script to lookup md5 hashes, to place in my ~/bin: #!/usr/bin/perl use [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling transmission using json-rpc in perl</title>
		<link>http://bredsaal.dk/controlling-transmission-using-json-rpc-in-perl</link>
		<comments>http://bredsaal.dk/controlling-transmission-using-json-rpc-in-perl#comments</comments>
		<pubDate>Thu, 09 Jul 2009 23:53:40 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[OpenWrt]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[transmission]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Controlling+transmission+using+json-rpc+in+perl</guid>
		<description><![CDATA[For some time I have wanted to play with the json-rpc interface of Transmission. Today I jumped into it. I decided to make a program that would run on my local computer and should be called via cron every X minutes, and scan a directory for .torrent files. Any .torrent files found should be added [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/controlling-transmission-using-json-rpc-in-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>miniORM &#8211; a simple Object-relational mapping tool</title>
		<link>http://bredsaal.dk/miniorm-a-simple-object-relational-mapping-tool</link>
		<comments>http://bredsaal.dk/miniorm-a-simple-object-relational-mapping-tool#comments</comments>
		<pubDate>Wed, 13 May 2009 11:36:49 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/miniORM+-+a+simple+Object-relational+mapping+tool</guid>
		<description><![CDATA[When making websites and programs I found it rather tedious to produce java classes that reflected the structure of a table in a database, so I made a perl script to automate the task, hence miniORM. It&#8217;s rather crude at the moment, and a lot of options could be included, like, but not limited to: [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/miniorm-a-simple-object-relational-mapping-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macbook tiltsensor and Perl</title>
		<link>http://bredsaal.dk/macbook-tiltsensor-and-perl</link>
		<comments>http://bredsaal.dk/macbook-tiltsensor-and-perl#comments</comments>
		<pubDate>Fri, 16 May 2008 10:38:55 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[tiltsensor]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Macbook+tiltsensor+and+Perl</guid>
		<description><![CDATA[A while ago I found out that the tilt sensor in my Macbook works as a joystick and I figured that I might as well have some fun with it&#8230; First of all I installed a kernel module that will make the tilt sensor work, as well as a perl module using CPAN: sudo modprobe [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/macbook-tiltsensor-and-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
