<?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>Pedro Anisio - Working Area &#187; Perl</title>
	<atom:link href="http://pedroanisio.com/blog/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://pedroanisio.com/blog</link>
	<description>pensamentos, trabalhos e qualquer outra coisa que valha</description>
	<lastBuildDate>Wed, 25 Aug 2010 16:08:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tip: How to prevent multiple instances of the same script ?</title>
		<link>http://pedroanisio.com/blog/2010/08/23/tip-how-to-prevent-multiple-instances-of-the-same-script/</link>
		<comments>http://pedroanisio.com/blog/2010/08/23/tip-how-to-prevent-multiple-instances-of-the-same-script/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 15:07:05 +0000</pubDate>
		<dc:creator>Pedro A.</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://pedroanisio.com/blog/?p=223</guid>
		<description><![CDATA[#!/usr/bin/perl use Fcntl qw(LOCK_EX LOCK_NB); use File::NFSLock; # Try to get an exclusive lock on myself. my $lock = File::NFSLock-&#38;gt;new($0, LOCK_EX&#124;LOCK_NB); die "$0 is already running!\n" unless $lock;]]></description>
		<wfw:commentRss>http://pedroanisio.com/blog/2010/08/23/tip-how-to-prevent-multiple-instances-of-the-same-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl e a Amazon Cloud &#8211; Parte 1/5</title>
		<link>http://pedroanisio.com/blog/2009/04/09/perl-e-a-amazon-cloud-parte-15/</link>
		<comments>http://pedroanisio.com/blog/2009/04/09/perl-e-a-amazon-cloud-parte-15/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 14:52:35 +0000</pubDate>
		<dc:creator>Pedro A.</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://pedroanisio.com/blog/?p=132</guid>
		<description><![CDATA[Pessoal, segue minha traduçao livre do artigo da IBM sobre o Perl e o Amazon Cloud  escrito Teodor Zlatanov. Original em: Cultured Perl: Perl and the Amazon cloud, Part 1 Aprenda o Básico sobre o Amazon S3 e os serviços SimpleDB construindo um site simples de compartilhamento de fotos. Na Parte 1 dessa série de 5 [...]]]></description>
		<wfw:commentRss>http://pedroanisio.com/blog/2009/04/09/perl-e-a-amazon-cloud-parte-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl Archive</title>
		<link>http://pedroanisio.com/blog/2005/11/11/par-o-jar-do-perl/</link>
		<comments>http://pedroanisio.com/blog/2005/11/11/par-o-jar-do-perl/#comments</comments>
		<pubDate>Fri, 11 Nov 2005 20:05:42 +0000</pubDate>
		<dc:creator>Pedro A.</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://pedroanisio.com/blog/?p=4</guid>
		<description><![CDATA[I was thinkg another day about some deployment problems I used to have with Perl applications. In my opinion, compared with other languages (Java, .Net) Perl was getting behind in this issue, but today I found out it wasn’t true. PAR is already here, with this package we can put all application’s dependence files in [...]]]></description>
		<wfw:commentRss>http://pedroanisio.com/blog/2005/11/11/par-o-jar-do-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
