<?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>Script Hat</title>
	<atom:link href="http://www.scripthat.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scripthat.com</link>
	<description>Scripting and Programming - Tools and Methods</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:51:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Perl, getting file size</title>
		<link>http://www.scripthat.com/2011/06/07/perl-getting-file-size/</link>
		<comments>http://www.scripthat.com/2011/06/07/perl-getting-file-size/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 15:25:29 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/?p=191</guid>
		<description><![CDATA[A quick method to retrieve the size of a file: my $file = 'file.txt'; my $fileSize = -s $file; print<a href="http://www.scripthat.com/2011/06/07/perl-getting-file-size/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2011/06/07/perl-getting-file-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Router Switch ASA and Bluecoat config backup</title>
		<link>http://www.scripthat.com/2010/11/30/cisco-router-switch-asa-and-bluecoat-config-backup/</link>
		<comments>http://www.scripthat.com/2010/11/30/cisco-router-switch-asa-and-bluecoat-config-backup/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 02:36:07 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Device Backup]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Bluecoat]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Multithreaded]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/?p=186</guid>
		<description><![CDATA[I have redone some of my previous backup scripts and consolidated them into a single backup and edit script that<a href="http://www.scripthat.com/2010/11/30/cisco-router-switch-asa-and-bluecoat-config-backup/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/30/cisco-router-switch-asa-and-bluecoat-config-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Bluecoat Reports</title>
		<link>http://www.scripthat.com/2010/11/16/open-source-bluecoat-reports/</link>
		<comments>http://www.scripthat.com/2010/11/16/open-source-bluecoat-reports/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 04:44:34 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Log Reports]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Parser]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=147</guid>
		<description><![CDATA[A new tool has been in the works for generating summary information from BlueCoat proxy logs. The BlueCoat proxy log<a href="http://www.scripthat.com/2010/11/16/open-source-bluecoat-reports/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/open-source-bluecoat-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leads and Contacts Database</title>
		<link>http://www.scripthat.com/2010/11/16/141/</link>
		<comments>http://www.scripthat.com/2010/11/16/141/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 04:42:09 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Contact Management]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Programs]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=141</guid>
		<description><![CDATA[Leads and Contacts Database is a PHP and Mysql system for keeping track of contacts and leads, it was setup<a href="http://www.scripthat.com/2010/11/16/141/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/141/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the min and max value from an array in PHP</title>
		<link>http://www.scripthat.com/2010/11/16/how-to-get-the-min-and-max-value-from-an-array-in-php/</link>
		<comments>http://www.scripthat.com/2010/11/16/how-to-get-the-min-and-max-value-from-an-array-in-php/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 00:46:20 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array values]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=135</guid>
		<description><![CDATA[I came across this and thought I would post it for reference. If you ever need to grab the minimum<a href="http://www.scripthat.com/2010/11/16/how-to-get-the-min-and-max-value-from-an-array-in-php/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/how-to-get-the-min-and-max-value-from-an-array-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using php with mysql</title>
		<link>http://www.scripthat.com/2010/11/16/using-php-with-mysql/</link>
		<comments>http://www.scripthat.com/2010/11/16/using-php-with-mysql/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 00:16:55 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Mysql Interaction]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=120</guid>
		<description><![CDATA[Here is an example of how to use php to communicate with a mysql database: &#60;?php $user = 'username'; //<a href="http://www.scripthat.com/2010/11/16/using-php-with-mysql/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/using-php-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decrypting passwords with perl</title>
		<link>http://www.scripthat.com/2010/11/16/decrypting-passwords-with-perl/</link>
		<comments>http://www.scripthat.com/2010/11/16/decrypting-passwords-with-perl/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 02:43:23 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=68</guid>
		<description><![CDATA[Now that you have a file with an encrypted password in it&#8230;it&#8217;s no good if you aren&#8217;t able to access<a href="http://www.scripthat.com/2010/11/16/decrypting-passwords-with-perl/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/decrypting-passwords-with-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing perl modules with linux</title>
		<link>http://www.scripthat.com/2010/11/16/installing-perl-modules-with-linux/</link>
		<comments>http://www.scripthat.com/2010/11/16/installing-perl-modules-with-linux/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 02:38:09 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Module Management]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=66</guid>
		<description><![CDATA[One thing that you&#8217;ll come across sooner or later is how you go about installing new features (modules) with perl.<a href="http://www.scripthat.com/2010/11/16/installing-perl-modules-with-linux/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/installing-perl-modules-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypting passwords with perl</title>
		<link>http://www.scripthat.com/2010/11/16/encrypting-passwords-with-perl/</link>
		<comments>http://www.scripthat.com/2010/11/16/encrypting-passwords-with-perl/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 02:36:58 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=64</guid>
		<description><![CDATA[Here&#8217;s a quick little script to help with encrypting passwords on a server. If you need to keep passwords on<a href="http://www.scripthat.com/2010/11/16/encrypting-passwords-with-perl/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/encrypting-passwords-with-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying installed perl modules script</title>
		<link>http://www.scripthat.com/2010/11/16/displaying-installed-perl-modules-script/</link>
		<comments>http://www.scripthat.com/2010/11/16/displaying-installed-perl-modules-script/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 02:33:25 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Module Management]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.scripthat.com/blog/?p=62</guid>
		<description><![CDATA[Ever wonder how you know which perl modules are installed on a linux box? Here&#8217;s a handy little script that<a href="http://www.scripthat.com/2010/11/16/displaying-installed-perl-modules-script/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.scripthat.com/2010/11/16/displaying-installed-perl-modules-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

