<?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>Sukria.net &#187; Conférence</title>
	<atom:link href="http://www.sukria.net/fr/archives/tag/conference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sukria.net/fr</link>
	<description>I will press many keys on my keyboard causing an implementation to occur.</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:11:38 +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>OSDCfr 2010</title>
		<link>http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/</link>
		<comments>http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 17:00:28 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Conférence]]></category>
		<category><![CDATA[Dancer]]></category>
		<category><![CDATA[OSDCfr]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/?p=1626</guid>
		<description><![CDATA[Wow. This year, OSDCfr was a pretty impressive event to stop by. There were many interesting people, such as Tom Preston-Werner &#8211; GitHub&#8216;s CTO &#8211; who did a talk about&#8230; well, git, surprinsigly. From my perspective, the event was even more exciting than I could expect, because I discussed a lot about Dancer, with many &#8230; <a href="http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="/fr/wp-content/uploads/2010/10/osdc.png" alt="OSDCfr 2010 logo" style="border: 1px solid #777; padding: 1px; margin: 1em; float: right;" /></p>
<p>Wow. This year, OSDCfr was a pretty impressive event to stop by. There were many interesting people, such as <a href="http://twitter.com/#!/mojombo">Tom Preston-Werner</a> &#8211; <a href="http://github.com">GitHub</a>&#8216;s CTO &#8211; who did a talk about&#8230; well, git, surprinsigly.</p>
<p>From my perspective, the event was even more exciting than I could expect, because I discussed <em>a lot</em> about <a href="http://perldancer.org">Dancer</a>, with many people. So I won&#8217;t cover the whole event in this blog entry, but I&#8217;ll focus on what happened around Dancer.</p>
<ul>
<li>Did my slideshow on saturday&#8217;s afternoon, it went pretty well. Everything was powered by <a href="http://github.com/sukria/Broadway/">Broadway</a>, a small Dancer app I wrote two days before as a proof of concept and as a good excuse to do a live demo. My trick went well, I did not say to anyone I was doing a demo until the slideshow was finished: &#8220;Want a live demo? Well, you already had one.&#8221; &#8211; Good <a href="http://en.wikipedia.org/wiki/Climax">climax</a> (and also, apparently a good way to <a href="http://twitter.com/#!/sukria/status/26859616947">counter Murphy&#8217;s law</a>). In less than 50 lines of Dancer, I have a working slideshow engine with an ajax-based remote controller on my Android phone. Someone who saw it running even told me: &#8220;man, you almost have rewrote Apple&#8217;s Keynote software with Dancer!&#8221;. Cool time.
</li>
<li>Spoke with <a href="http://blogs.perl.org/users/martin_berends/">Martin Berends</a> who is working on Perl 6 and wants to port Dancer. Martin told me he now has a working <a href="http://plackperl.org">PSGI</a>-aware HTTP server for Perl 6 (this is awesome!) and he will now be able to start hacking on the very first step to have Dancer in Perl 6 : the ability to define a route over PSGI, with Dancer&#8217;s sugar. During lunchtime, we discussed a bit about how to track memory leaks in Perl (we did find one recently in Dancer and were looking for advices, see below).
</li>
<li>Did a small hackaton with <a href="http://lumberjaph.net/">Franck</a> after the lunch, we were focused on finding where the memory leak came from. We actually did! It&#8217;s an <code>auto_reload</code> bug (so it only appears when you start your Dancer app in the development environment with <code>auto_reload</code> set). I was already planning to drop the auto_reload feature, had pretty good reasons to do so, and now, I have just the proof maintaining it is just a pain in the ass. No need to wonder why the Sinatra team <a href="http://www.sinatrarb.com/faq.html#reloading">also decided</a> to drop that kind of feature from their core. We&#8217;ll make a plugin for those who want to still use it, but definitely won&#8217;t maintain it in the core.
</li>
<li>Seen Nicolas Rennert&#8217;s talk about Hash-tables alogrithms and thoughts about how to parse a tree, the fast way. This made me think we could refactor the way Dancer parses its route tree, and maybe implement that as a vritual class (the same way we do for template, session or logger engines) in order to be able to switch from one route resolver to another</li>
<li>Talked a bit with Philippe Bruhat about his project to write a tool to freeze a Dancer website. Basically, you have a local Dancer app, you run the magic script he has in mind and you get a static website you can just upload somewhere. His idea is interesting and I&#8217;m looking forward to see it. Apparently, this will be named <a href="http://www.urbandictionary.com/define.php?term=wallflower">WallFlower</a> Pretty good name for a static dancer ;)
</li>
<li>Did a lightning talk with Franck about Jitterbug, our small continuous-integration tool for Perl project hosted on GitHub. Went pretty fast (we spoke about <a href="http://search.cpan.org/~gugod/App-perlbrew-0.10/lib/App/perlbrew.pm">perlbrew</a>, <a href="http://search.cpan.org/~miyagawa/App-cpanminus-1.0015/lib/App/cpanminus.pm">cpanminus</a>, GitHub web hooks and Dancer, in less than 5 minutes!) not sure if everyone understood what it was about ;)
</li>
<li>At the end of the conference, did an interview about Dancer with Franck and Philippe Bruhat, for &#8220;Linux Magazine France&#8221;. More than 40 minutes of live discussion are recorded, Philippe should do a transcript soon. It was really interesting to do, it&#8217;s a great overview of the project, I&#8217;m sure the paper will be exciting to read.
</li>
<li>Spoke with some guys of the French Perl Foundation, they offered to sponsor our merchandising needs (basically the T-shirts print costs could be covered by the foundation). They find that Dancer is a good project and deserve their support. That&#8217;s great news! I&#8217;m honoured :)
</li>
</ul>
<p><img src="/fr/wp-content/uploads/2010/10/planning.png" alt="Talk Schedule" style="border: 1px solid #777; padding: 1px; margin: 1em;" /></p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2010/10/22/osdcfr-2010-slides-for-dancer/' rel='bookmark' title='OSDCfr 2010 slides for Dancer'>OSDCfr 2010 slides for Dancer</a> <small>I finnaly took the time to publish the (Broadway) slides...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/06/12/french-perl-workshop-2010-report/' rel='bookmark' title='French Perl Workshop 2010 report'>French Perl Workshop 2010 report</a> <small>I&#8217;m just back from FPW 2010 and I want to...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2010/04/14/dancer-talk-at-french-perl-workshop-2010/' rel='bookmark' title='Dancer talk at French Perl Workshop 2010'>Dancer talk at French Perl Workshop 2010</a> <small>For those who will be around Calais in June, I&#8217;ll...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2010/10/11/osdcfr-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vidéos des conférences des journées Perl 2007</title>
		<link>http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/</link>
		<comments>http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 12:46:46 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Conférence]]></category>
		<category><![CDATA[FPW2007]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/</guid>
		<description><![CDATA[Les vidéos de toutes les présentations des journées Perl 2007 qui se sont tenues à Lyon les 16 et 17 novembre derniers sont en ligne (pensez à scroller la page ;-). Tweet blog tools and plugins from www.zeitblog.comRelated posts: Préparations pour la conférence « Les Journées Perl 2007 » Le weekend du 16 et du &#8230; <a href="http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Les vidéos de toutes les présentations des journées Perl 2007 qui se sont tenues à Lyon les 16 et 17 novembre derniers <a href="http://webcast.in2p3.fr/FPW2007/index.php?live=go">sont en ligne</a> (pensez à scroller la page ;-). </p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/' rel='bookmark' title='Préparations pour la conférence « Les Journées Perl 2007 »'>Préparations pour la conférence « Les Journées Perl 2007 »</a> <small>Le weekend du 16 et du 17 novembre se rapproche...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/' rel='bookmark' title='Les Journées Perl 2007'>Les Journées Perl 2007</a> <small>Une conférence sur le langage Perl aura lieu à Lyon...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/10/30/journees-perl-2007/' rel='bookmark' title='Journées Perl 2007'>Journées Perl 2007</a> <small>Le programme se dessine&#8230; Et Edenware se joint aux sponsors...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Préparations pour la conférence « Les Journées Perl 2007 »</title>
		<link>http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/</link>
		<comments>http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 10:45:42 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Conférence]]></category>
		<category><![CDATA[FPW2007]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/</guid>
		<description><![CDATA[Le weekend du 16 et du 17 novembre se rapproche à grands pas et de ce fait, je suis en plein dans les préparatifs pour la conférence Perl qui se tiendra à Lyon. J&#8217;ai presque terminé mes slides pour le premier talk que je donne, sur Perl Console. Le plan sera organisé en trois parties &#8230; <a href="http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Le weekend du 16 et du 17 novembre se rapproche à grands pas et de ce fait, je suis en plein dans les préparatifs pour la conférence Perl qui se tiendra à Lyon.</p>
<p>J&#8217;ai presque terminé mes slides pour le premier talk que je donne, sur Perl Console. Le plan sera organisé en trois parties : </p>
<ol>
<li>Présentation du concept Read-Eval-Print-Loop</li>
<li>Dépendances et installation de Perl Console</li>
<li>Utilisation et configuration de PerlConsole</li>
</ol>
<p>J&#8217;envisage également de clore la session avec un exemple de développement objet avec l&#8217;aide de Perl Console (écriture d&#8217;une classe et tests unitaires interactifs).</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/' rel='bookmark' title='Vidéos des conférences des journées Perl 2007'>Vidéos des conférences des journées Perl 2007</a> <small>Les vidéos de toutes les présentations des journées Perl 2007...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/' rel='bookmark' title='Les Journées Perl 2007'>Les Journées Perl 2007</a> <small>Une conférence sur le langage Perl aura lieu à Lyon...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/10/31/flyer-des-journees-perl-2007/' rel='bookmark' title='Flyer des Journées Perl 2007'>Flyer des Journées Perl 2007</a> <small>Encore un peu de propagande ! Tweet blog tools and...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Journées Perl 2007</title>
		<link>http://www.sukria.net/fr/archives/2007/10/30/journees-perl-2007/</link>
		<comments>http://www.sukria.net/fr/archives/2007/10/30/journees-perl-2007/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 09:15:08 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Conférence]]></category>
		<category><![CDATA[FPW2007]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/archives/2007/10/30/journees-perl-2007/</guid>
		<description><![CDATA[Le programme se dessine&#8230; Et Edenware se joint aux sponsors pour aider cet événement, Yeeah. Tweet blog tools and plugins from www.zeitblog.comRelated posts: Les Journées Perl 2007 Une conférence sur le langage Perl aura lieu à Lyon... Vidéos des conférences des journées Perl 2007 Les vidéos de toutes les présentations des journées Perl 2007... Préparations &#8230; <a href="http://www.sukria.net/fr/archives/2007/10/30/journees-perl-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://conferences.mongueurs.net/fpw2007/schedule">Le programme se dessine</a>&#8230;<br />
Et <a href="http://conferences.mongueurs.net/fpw2007/sponsors.html">Edenware se joint aux sponsors</a> pour aider cet événement, Yeeah.</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/' rel='bookmark' title='Les Journées Perl 2007'>Les Journées Perl 2007</a> <small>Une conférence sur le langage Perl aura lieu à Lyon...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/' rel='bookmark' title='Vidéos des conférences des journées Perl 2007'>Vidéos des conférences des journées Perl 2007</a> <small>Les vidéos de toutes les présentations des journées Perl 2007...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/' rel='bookmark' title='Préparations pour la conférence « Les Journées Perl 2007 »'>Préparations pour la conférence « Les Journées Perl 2007 »</a> <small>Le weekend du 16 et du 17 novembre se rapproche...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2007/10/30/journees-perl-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Les Journées Perl 2007</title>
		<link>http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/</link>
		<comments>http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 16:06:22 +0000</pubDate>
		<dc:creator>sukria</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Conférence]]></category>
		<category><![CDATA[FPW2007]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/</guid>
		<description><![CDATA[Une conférence sur le langage Perl aura lieu à Lyon durant le mois de Novembre, il s&#8217;agit des « Journées Perl 2007 ». J&#8217;ai proposé deux présentations pour l&#8217;occasion : Perl Console &#8211; Votre compagnon pour développer en Perl Redécouvrir le Perl Objet avec Moose Par ailleurs, je suis en train de voir avec les &#8230; <a href="http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Une conférence sur le langage Perl aura lieu à Lyon durant le mois de Novembre, il s&#8217;agit des « <a href="http://conferences.mongueurs.net/fpw2007/">Journées Perl 2007</a> ».</p>
<p>J&#8217;ai proposé deux présentations pour l&#8217;occasion : </p>
<ul>
<li><a href="http://conferences.mongueurs.net/fpw2007/talk/756">Perl Console &#8211; Votre compagnon pour développer en Perl</a></li>
<li><a href="http://conferences.mongueurs.net/fpw2007/talk/758">Redécouvrir le Perl Objet avec Moose</a></li>
</ul>
<p>Par ailleurs, je suis en train de voir avec les membre du Debian Perl Group si une conférence sur le packaging Debian des bibliothèques Perl est envisageable. Cela pourrait être intéressant, je pense, sous un angle &#8220;développeur Perl sous Debian&#8221;. A suivre donc.</p>
<p>Pour le reste, on peut consulter sur <a href="http://conferences.mongueurs.net/fpw2007/talks">la liste des présentations qui auront lieu</a> les autres sujets abordés.</p>
<p style="background: #fee; border: 1px solid #744; padding: 1em; margin: 1em; width: 300px; margin: auto;">
Découvrez <a href="http://www.libellaris.fr">Libellaris</a> et partagez vos coups de coeur littéraire. En un clic <a href="http://www.libellaris.fr/subscribe">devenez membre</a> de la comunnauté !</p>
<div id='teoShare' ><div id='teo2Google'>
		<!-- Place this tag where you want the +1 button to render -->
		<g:plusone size='tall' annotation='none'></g:plusone>

		<!-- Place this render call where appropriate -->
		<script type='text/javascript'>
		  (function() {
			var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
			po.src = 'https://apis.google.com/js/plusone.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
		  })();
		</script>
		</div><div id="teoTweet" >
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="sukria">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div></div><div style="height:0px; width:0px; overflow:hidden;"><a href="http://www.zeitblog.com/?in=plugin">blog tools and plugins from www.zeitblog.com</a></div><p>Related posts:<ol>
<li><a href='http://www.sukria.net/fr/archives/2007/11/05/preparations-pour-la-conference-les-journees-perl-2007/' rel='bookmark' title='Préparations pour la conférence « Les Journées Perl 2007 »'>Préparations pour la conférence « Les Journées Perl 2007 »</a> <small>Le weekend du 16 et du 17 novembre se rapproche...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/12/04/videos-des-conferences-des-journees-perl-2007/' rel='bookmark' title='Vidéos des conférences des journées Perl 2007'>Vidéos des conférences des journées Perl 2007</a> <small>Les vidéos de toutes les présentations des journées Perl 2007...</small></li>
<li><a href='http://www.sukria.net/fr/archives/2007/10/31/flyer-des-journees-perl-2007/' rel='bookmark' title='Flyer des Journées Perl 2007'>Flyer des Journées Perl 2007</a> <small>Encore un peu de propagande ! Tweet blog tools and...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sukria.net/fr/archives/2007/09/06/les-journees-perl-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

