<?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>Benjamin Baudouin &#187; Perl</title>
	<atom:link href="http://www.benjaminbaudouin.com/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benjaminbaudouin.com</link>
	<description>blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:21:46 +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>Comment savoir si une machine est 32 bits ou 64 bits ?</title>
		<link>http://www.benjaminbaudouin.com/comment-savoir-si-une-machine-est-32-bits-ou-64-bits/</link>
		<comments>http://www.benjaminbaudouin.com/comment-savoir-si-une-machine-est-32-bits-ou-64-bits/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 12:22:02 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Système]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=2617</guid>
		<description><![CDATA[Méthode 1 cat /proc/cpuinfo model name    : AMD Athlon(tm) 64 Processor 3500+ Méthode 2 (avec Perl) Lorsque cela n&#8217;est pas parlant comme pour la eeebox: model name    : Intel(R) Atom(TM) CPU N270   @ 1.60GHz perl -e 'print ~123;' 32 bits: 4294967172 64 bits: 18446744073709551492 Source: CJT]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/comment-savoir-si-une-machine-est-32-bits-ou-64-bits/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Perl &#8211; Rechercher une expression et garder plusieurs lignes</title>
		<link>http://www.benjaminbaudouin.com/perl-rechercher-une-expression-et-garder-plusieurs-lignes/</link>
		<comments>http://www.benjaminbaudouin.com/perl-rechercher-une-expression-et-garder-plusieurs-lignes/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 16:24:22 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Système]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=1990</guid>
		<description><![CDATA[Imaginez le texte : 2008-01-02: first entry 2008-02-03: second entry on two lines here is the additional line 2008-03-04: third entry has three extra lines 2008-04-05: fourth entry has just one on line again Question : Comment faire pour avoir le groupe de lignes qui contient un mot, par exemple &#171;&#160;three&#160;&#187; ? Solution : my &#8230; <a href="http://www.benjaminbaudouin.com/perl-rechercher-une-expression-et-garder-plusieurs-lignes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/perl-rechercher-une-expression-et-garder-plusieurs-lignes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Créer des liens SSH avec Firefox 3</title>
		<link>http://www.benjaminbaudouin.com/creer-des-liens-ssh-avec-firefox-3/</link>
		<comments>http://www.benjaminbaudouin.com/creer-des-liens-ssh-avec-firefox-3/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 12:39:13 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=1605</guid>
		<description><![CDATA[Configurer votre client léger Ouvrir Firefox à l&#8217;addresse suivante: about:config network.protocol-handler.app.ssh; /home/user/fox.sh network.protocol-handler.external.ssh; true network.protocol-handler.warn-external.ssh; true /home/user/fox.sh #!/bin/sh gnome-terminal -e "ssh `perl -MURI -e 'print $u=URI-&#62;new($ARGV[0])-&#62;host;' $1`" Intégrer des liens SSH à l&#8217;HTML Il suffit maintenant d&#8217;intégrer des liens de cette forme: a href="ssh://hostname" En cliquant sur le lien une fenêtre de terminal s&#8217;ouvrira.]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/creer-des-liens-ssh-avec-firefox-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache &#8211; Blacklistage d&#8217;IPs</title>
		<link>http://www.benjaminbaudouin.com/apache-blacklistage-dips/</link>
		<comments>http://www.benjaminbaudouin.com/apache-blacklistage-dips/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 22:34:34 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Système]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=665</guid>
		<description><![CDATA[Dans le core ou vhost : RewriteEngine on Rewritemap blacklist txt:/path/to/blacklist.txt RewriteCond ${blacklist:%{REMOTE_ADDR}} =b RewriteCond %{request_uri} !=/sorry.html RewriteRule .* /sorry.html                        [R,L] &#62;cat /path/to/blacklist.txt 193.220.137.2 b 81.199.171.20 b Sans réécriture : &#60;Limit GET HEAD POST&#62; order allow,deny deny from 202.70.112.0/20 allow from all &#60;/LIMIT&#62; Générateur de classes IP (par pays) en ligne : http://blockacountry.com Dynamique (ex. &#8230; <a href="http://www.benjaminbaudouin.com/apache-blacklistage-dips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/apache-blacklistage-dips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl &#8211; timestamp  date</title>
		<link>http://www.benjaminbaudouin.com/perl-timestamp-date/</link>
		<comments>http://www.benjaminbaudouin.com/perl-timestamp-date/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 13:03:46 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Système]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=390</guid>
		<description><![CDATA[TimeStamp vers Date $ perl -e "print scalar(localtime(1173279767))" Date vers TimeStamp $ perl -MPOSIX -e "print (mktime(10,45,11,31,4,107));" Avec : # mktime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0) # # The month (mon), weekday (wday), and yearday (yday) begin at zero. # The year (year) is given in &#8230; <a href="http://www.benjaminbaudouin.com/perl-timestamp-date/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/perl-timestamp-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Un peu de domotique</title>
		<link>http://www.benjaminbaudouin.com/un-peu-de-domotique/</link>
		<comments>http://www.benjaminbaudouin.com/un-peu-de-domotique/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 00:34:35 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Système]]></category>
		<category><![CDATA[Domotique]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=297</guid>
		<description><![CDATA[Après avoir acheté pour une trentaine d&#8217;euros un ensemble carte 8 relais + controleur USB (cf.photo), me voici parti dans la prog. du port série. 1. Module pour faire de l&#8217;USB un port série usbserial + ftdi_sio (/dev/ttyUSB0) 2. Le Perl script : #!/usr/bin/perl -w use Device::SerialPort; use strict ; my $str = &#171;&#160;&#160;&#187; ; &#8230; <a href="http://www.benjaminbaudouin.com/un-peu-de-domotique/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/un-peu-de-domotique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html2xml²</title>
		<link>http://www.benjaminbaudouin.com/html2xml%c2%b2/</link>
		<comments>http://www.benjaminbaudouin.com/html2xml%c2%b2/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 15:33:50 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://baudouin.benjamin.free.fr/wordpress/?p=321</guid>
		<description><![CDATA[Transformer un html en xml, auquel l&#8217;on appliquera une transformation xslt pour au final avoir l&#8217;xml de nos rêves. Il faut pour cela: html2xml.pl (version 0.6) notre parseur perl de la documentation sur xslt afin de créer une feuille de style .xsl 1) .html -&#62; .xml html2xml.pl fichier.html ficher.xml 2) .xml -&#62; .xml xsltproc feuilledestyle.xsl &#8230; <a href="http://www.benjaminbaudouin.com/html2xml%c2%b2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/html2xml%c2%b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML et insertions MySQL avec Perl</title>
		<link>http://www.benjaminbaudouin.com/parsing-xml-et-insertions-mysql-avec-perl/</link>
		<comments>http://www.benjaminbaudouin.com/parsing-xml-et-insertions-mysql-avec-perl/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 14:35:16 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Système]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://baudouin.benjamin.free.fr/wordpress/?p=271</guid>
		<description><![CDATA[Installation des modules DBI et XML::XPath via CPAN perl -MCPAN -e 'install DBI' perl -MCPAN -e 'install XML::XPath' ou apt-get install libxml-xpath-perl data.xml &#60;?xml version="1.0" encoding="UTF-8"?&#62; &#60;data&#62; &#60;people&#62; &#60;name&#62;alexandre&#60;/name&#62; &#60;surname&#62;alex&#60;/name&#62; &#60;age&#62;30&#60;/age&#62; &#60;/people&#62; &#60;people&#62; &#60;name&#62;alice&#60;/name&#62; &#60;surname&#62;ali&#60;/name&#62; &#60;age&#62;30&#60;/age&#62; &#60;/people&#62; &#60;/data&#62; parser.pl #!/usr/bin/perl -w use strict; use DBI; use XML::XPath; use XML::XPath::XMLParser; my $dbh = DBI-&#62;connect ("DBI:mysql:dbname", "mysql_user", &#8230; <a href="http://www.benjaminbaudouin.com/parsing-xml-et-insertions-mysql-avec-perl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/parsing-xml-et-insertions-mysql-avec-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
