<?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>Solarum - Information For Everyone &#187; PERL</title>
	<atom:link href="http://www.solarum.com/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solarum.com</link>
	<description>Information for everyone</description>
	<lastBuildDate>Wed, 14 Jul 2010 01:35:33 +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>Update to the PERL round function</title>
		<link>http://www.solarum.com/2008/11/06/update-to-the-perl-round-function/</link>
		<comments>http://www.solarum.com/2008/11/06/update-to-the-perl-round-function/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 01:02:25 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[round]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=226</guid>
		<description><![CDATA[Mr. Thierry H. was kind enough to post a comment with a nice little mod to the PERL round function I posted a while back. With his addition, you can now specify how many digits to show on the right of the decimal. Pretty neat, check it out.]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/11/06/update-to-the-perl-round-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PERL Tip For Data In Arrays</title>
		<link>http://www.solarum.com/2008/09/20/perl-tip-for-data-in-arrays/</link>
		<comments>http://www.solarum.com/2008/09/20/perl-tip-for-data-in-arrays/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 03:57:26 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[reverse]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=194</guid>
		<description><![CDATA[Recently I was working on a script for log reporting.  You know, one of those handy little guys that send you some info every day helping to make sure you keep up with whatever it is that you don&#8217;t want to forget about.  Well, some of the data was in a plain old text file, [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/09/20/perl-tip-for-data-in-arrays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generate Random Unique Number</title>
		<link>http://www.solarum.com/2008/05/29/generate-random-unique-number/</link>
		<comments>http://www.solarum.com/2008/05/29/generate-random-unique-number/#comments</comments>
		<pubDate>Fri, 30 May 2008 04:31:40 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ids]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=152</guid>
		<description><![CDATA[I have found many times when writing stuff in PHP that I have come across a need to generate a random number. That&#8217;s not too bad in and of itself, but what about when you need a unique ID key or something like that. For example, say you are writing the next best helpdesk application [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/05/29/generate-random-unique-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PERL Trim Functions</title>
		<link>http://www.solarum.com/2008/05/23/perl-trim-functions/</link>
		<comments>http://www.solarum.com/2008/05/23/perl-trim-functions/#comments</comments>
		<pubDate>Fri, 23 May 2008 15:36:43 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[sub]]></category>
		<category><![CDATA[trim]]></category>
		<category><![CDATA[whitespace]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=150</guid>
		<description><![CDATA[PERL is a wonderful scripting language, it is extremely powerful, flexible and portable. It also lacks a couple basic functions that other languages have built in. Fear not my friend, just like the PERL round function, I have functions for other things as well! One thing I miss is a trim function. They have chop [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/05/23/perl-trim-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great stuff at PortableApps</title>
		<link>http://www.solarum.com/2008/04/27/great-stuff-at-portableapps/</link>
		<comments>http://www.solarum.com/2008/04/27/great-stuff-at-portableapps/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 02:28:48 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=143</guid>
		<description><![CDATA[In this post, I&#8217;d like to do two things.  First off, I want to plug a really cool site called PortableApps.com that has some really cool software in the form of &#8230; well, portable apps.  What these are, are common widely used applications that have been transformed in such a way that they can run [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/04/27/great-stuff-at-portableapps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PERL Round Function</title>
		<link>http://www.solarum.com/2008/03/16/perl-round-function/</link>
		<comments>http://www.solarum.com/2008/03/16/perl-round-function/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 05:38:03 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[round]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2008/03/16/perl-round-function/</guid>
		<description><![CDATA[Hey all your PERL junkies like me, I have a present for you. Anyone that has done any coding at all other PERL will know (and miss) the round function that most other languages have built in. For those that may not know, the round function lets you do just that, round a number to [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/03/16/perl-round-function/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PERL script to generate passwords</title>
		<link>http://www.solarum.com/2007/08/13/perl-script-to-generate-passwords/</link>
		<comments>http://www.solarum.com/2007/08/13/perl-script-to-generate-passwords/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 02:31:14 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2007/08/13/perl-script-to-generate-passwords/</guid>
		<description><![CDATA[I guess this could be considered part of the password post that I put up a few minutes ago, but I wanted to post this script over in the forums that is a PERL script which generates passwords for you. Check it out, take a look and maybe you can get something beneficial from it!]]></description>
		<wfw:commentRss>http://www.solarum.com/2007/08/13/perl-script-to-generate-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple PERL file backup script</title>
		<link>http://www.solarum.com/2007/07/28/simple-perl-file-backup-script/</link>
		<comments>http://www.solarum.com/2007/07/28/simple-perl-file-backup-script/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 13:00:43 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2007/07/28/simple-perl-file-backup-script/</guid>
		<description><![CDATA[I am one of those type of people that like to make backup copies of files before I tinker with them, especially when I am modifying important files like system stuff. It&#8217;s always a good idea to make a backup copy before you edit something so you can put it back if you break it. [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2007/07/28/simple-perl-file-backup-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solaris 10 Zone Creation Script</title>
		<link>http://www.solarum.com/2007/07/07/solaris-10-zone-creation-script/</link>
		<comments>http://www.solarum.com/2007/07/07/solaris-10-zone-creation-script/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 06:49:03 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2007/07/07/solaris-10-zone-creation-script/</guid>
		<description><![CDATA[One of the best things about Solaris 10, from Sun Microsystems, is Zones or Containers.  They allow you to create virtual OS installs on the same box, yet have them quite separate from each other.  Processes are segregated, resources can be capped, the options go on and on.  Here I have a PERL script (have [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2007/07/07/solaris-10-zone-creation-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Port Ping in PERL</title>
		<link>http://www.solarum.com/2007/07/06/port-ping-in-perl/</link>
		<comments>http://www.solarum.com/2007/07/06/port-ping-in-perl/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 23:16:13 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2007/07/06/port-ping-in-perl/</guid>
		<description><![CDATA[One tool that I haven&#8217;t seen on *nix that I see my Windows brethren using, is called portping. There is a little freeware app called portping for Windows, that is really a misnomer as it doesn&#8217;t ping anything really, but simply does a tcp connection attempt to see if the port on the destination side [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2007/07/06/port-ping-in-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
