<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1085821&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [Résolu] parser une valeur]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1085821</link>
		<description><![CDATA[Les sujets les plus récents dans [Résolu] parser une valeur.]]></description>
		<lastBuildDate>Mon, 29 Oct 2012 13:28:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] parser une valeur]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11310191#p11310191</link>
			<description><![CDATA[<p>Merci<br />J&#039;ai trouvé en rajoutant deux lignes:</p><p>&#160; &#160; </p><div class="codebox"><pre><code>$value = substr($value,0,3);
			$value =~ s/^(\d+)(\d)$/$1.$2/;
			print &quot;$value\n&quot;;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (inserm)]]></author>
			<pubDate>Mon, 29 Oct 2012 13:28:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11310191#p11310191</guid>
		</item>
		<item>
			<title><![CDATA[[Résolu] parser une valeur]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11307681#p11307681</link>
			<description><![CDATA[<p>Bonjour,</p><p>voilà le script</p><div class="codebox"><pre><code>#!/usr/bin/perl

my $value=&#039;220150250&#039;;

$value=~ m/(\d{8})\d{6}/;
   print &quot;$value\n&quot;;</code></pre></div><p>Je veux afficher les trois premier chiffre à gauche : 22.0</p><p>Merci.</p>]]></description>
			<author><![CDATA[dummy@example.com (inserm)]]></author>
			<pubDate>Mon, 29 Oct 2012 10:35:54 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11307681#p11307681</guid>
		</item>
	</channel>
</rss>
