<?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>Code et ornithorynques insectes &#187; Perl</title>
	<atom:link href="http://www.eiodal.com/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eiodal.com</link>
	<description>Un blog utilisant très probablement WordPress</description>
	<lastBuildDate>Wed, 16 Dec 2009 11:21:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PERL : Extraire le pagerank d’une page</title>
		<link>http://www.eiodal.com/perl-extraire-le-pagerank-d%e2%80%99une-page/</link>
		<comments>http://www.eiodal.com/perl-extraire-le-pagerank-d%e2%80%99une-page/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 01:49:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[pagerank]]></category>

		<guid isPermaLink="false">http://www.eiodal.com/?p=413</guid>
		<description><![CDATA[Dans un article précédent je présentait, enfin je faisais un lien vers une class PHP pour extraire le pagerank d&#8217;une page. Là j&#8217;en avais besoin en Perl. J&#8217;ai cherché et j&#8217;ai trouvé ça : http://search.cpan.org/dist/WWW-Google-PageRank/.
Une fois installé ce module qui vous permet de connaitre le pagerank d&#8217;une page très simplement. L&#8217;exemple du site :

use WWW::Google::PageRank;
my [...]<p>Source : <a href="http://www.eiodal.com">Blog cakephp, sql, seo, hébergements, improbabilités</a><br/><br/><a href="http://www.eiodal.com/perl-extraire-le-pagerank-d%e2%80%99une-page/">PERL : Extraire le pagerank d’une page</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Dans un article précédent je présentait, enfin je faisais un lien vers une class PHP pour <a title="extraire pagerank" href="http://www.eiodal.com/php-extraire-pagerank-page/">extraire le pagerank d&#8217;une page</a>. Là j&#8217;en avais besoin en Perl. J&#8217;ai cherché et j&#8217;ai trouvé ça : <a href="http://search.cpan.org/dist/WWW-Google-PageRank/">http://search.cpan.org/dist/WWW-Google-PageRank/</a>.</p>
<p>Une fois installé ce module qui vous permet de connaitre le pagerank d&#8217;une page très simplement. L&#8217;exemple du site :</p>
<pre class="brush: perl;">
use WWW::Google::PageRank;
my $pr = WWW::Google::PageRank-&gt;new;
print scalar($pr-&gt;get('http://www.url.com')), &quot;\n&quot;;
</pre>
<p>Toutes les explications sont sur le site du module.</p>
<p>Source : <a href="http://www.eiodal.com">Blog cakephp, sql, seo, hébergements, improbabilités</a><br/><br/><a href="http://www.eiodal.com/perl-extraire-le-pagerank-d%e2%80%99une-page/">PERL : Extraire le pagerank d’une page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eiodal.com/perl-extraire-le-pagerank-d%e2%80%99une-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
