<?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>Kerlinux.org &#187; perl</title>
	<atom:link href="http://kerlinux.org/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://kerlinux.org</link>
	<description>Le petit monde de SLiX</description>
	<lastBuildDate>Mon, 03 Feb 2014 20:28:39 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Charger un tableau associatif depuis un fichier en Perl</title>
		<link>http://kerlinux.org/2010/06/charger-un-tableau-associatif-depuis-un-fichier-en-perl/</link>
		<comments>http://kerlinux.org/2010/06/charger-un-tableau-associatif-depuis-un-fichier-en-perl/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 09:08:12 +0000</pubDate>
		<dc:creator>SLiX</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://kerlinux.org/?p=112</guid>
		<description><![CDATA[<p>Vous faites des scripts Perl, et vous trouvez pratique l&#8217;organisation des tableaux associatifs (%hash) pour gérer de la configuration ?</p>
<p>Voici un moyen simple et rapide de gérer cette configuration dans un fichier externe, sans avoir à indiquer le nom de votre tableau associatif dans ce fichier.</p><p><a href="http://kerlinux.org/2010/06/charger-un-tableau-associatif-depuis-un-fichier-en-perl/">Lire la suite de Charger un tableau associatif depuis un fichier en Perl</a></p>]]></description>
		<wfw:commentRss>http://kerlinux.org/2010/06/charger-un-tableau-associatif-depuis-un-fichier-en-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallélisation facile en Perl</title>
		<link>http://kerlinux.org/2010/04/parallelisation-facile-en-perl/</link>
		<comments>http://kerlinux.org/2010/04/parallelisation-facile-en-perl/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 13:44:42 +0000</pubDate>
		<dc:creator>SLiX</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://kerlinux.org/?p=59</guid>
		<description><![CDATA[<p>Comment paralléliser facilement des traitements en utilisant Perl ?</p>
<p>Il suffit d&#8217;utiliser le module &#171;&#160;Parallel::ForkManager&#160;&#187;. Celui-ci créé des processus qui traitent indépendamment les itérations d&#8217;une boucle, tout en restant limité au nombre de processus spécifié.</p><p><a href="http://kerlinux.org/2010/04/parallelisation-facile-en-perl/">Lire la suite de Parallélisation facile en Perl</a></p>]]></description>
		<wfw:commentRss>http://kerlinux.org/2010/04/parallelisation-facile-en-perl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
