<?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>five9media</title>
	<atom:link href="http://five9media.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://five9media.com</link>
	<description>Reliable Technology To Share Information</description>
	<lastBuildDate>Tue, 22 Mar 2011 20:20:18 +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>Embedded Linux and RFID for Healthcare</title>
		<link>http://five9media.com/2011/03/21/embedded-linux-and-rfid-for-healthcare/</link>
		<comments>http://five9media.com/2011/03/21/embedded-linux-and-rfid-for-healthcare/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 06:52:25 +0000</pubDate>
		<dc:creator>walterc</dc:creator>
				<category><![CDATA[Labs]]></category>

		<guid isPermaLink="false">http://five9media.com/?p=125</guid>
		<description><![CDATA[content here]]></description>
			<content:encoded><![CDATA[<p>content here</p>
]]></content:encoded>
			<wfw:commentRss>http://five9media.com/2011/03/21/embedded-linux-and-rfid-for-healthcare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PAR and PP on Windows</title>
		<link>http://five9media.com/2011/03/21/using-par-and-pp-on-windows/</link>
		<comments>http://five9media.com/2011/03/21/using-par-and-pp-on-windows/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 03:43:03 +0000</pubDate>
		<dc:creator>walterc</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://five9media.com/?p=100</guid>
		<description><![CDATA[If you&#8217;re using Perl on Windows, there is always one problem. Unlike just about every other platform in existence, Perl is not distributed with any version of Microsoft Windows, thus you either need to install, or require an install in order to deploy your script or application to other Windows systems or users. This is where [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Perl on Windows, there is always one problem. Unlike just about every other platform in existence, Perl is not distributed with any version of Microsoft Windows, thus you either need to install, or require an install in order to deploy your script or application to other Windows systems or users.</p>
<p>This is where PAR, the Perl Archive Toolkit comes in! Using this cross platform Packaging and Deployment tool you can build Windows executables from your scripts. This is great, but how do you install and use this tool with ActivePerl on Windows? PAR and PAR::Packer are not included with ActivePerl, so you need to install them using the Perl Package Manager. You can install PAR itself from the ActiveState repository (which you should), but this will not install the PAR::Packer tool. In order to do this from within the Perl Package Manager use the following steps:</p>
<ol>
<li><em>Select Edit -&gt; Preferences Under Repository Tab -&gt; Add Repository -&gt; Suggested: bribes :: Bribes de Perl</em></li>
<li><em>Now Search for PAR-Packer -&gt; Mark for Install</em></li>
<li><em>Run Marked Actions</em></li>
</ol>
<p>This will install all off the required files for you to use the pp tool from the command line. Once installed simply issue the following command:</p>
<pre class="qoate-code">pp -o foo.exe foo.pl</pre>
<p>This will take your script including any required modules and create an executable archive that you can now distribute to any Windows system or user without the requirement of needing Perl installed!</p>
<p><em>This process has been verified on ActivePerl 5.8 and 5.10.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://five9media.com/2011/03/21/using-par-and-pp-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

