<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Ceyusa's Share</title>
	<description>Comments On Post 517</description>
	<link>http://www.ceyusa.com/blog</link>
	<managingEditor>ceyusa@gmail.com (Victor Manuel Jaquez Leal)</managingEditor>
	<copyright>2005, Victor Manuel Jaquez Leal</copyright>
	<pubDate>Wed, 31 Dec 1969 17:59:59 -0600</pubDate>
	<generator>JAWS 0.8.6</generator>
	<atom:link href="http://www.ceyusa.com/blog" rel="self" type="application/rss+xml" />
	<item>
		<title><![CDATA[ Re: The beauty of the functional programming ]]></title>
		<description><![CDATA[ #!/usr/bin/perl -w<br />
use strict;<br />
<br />
my @n = ( 1 .. 1000 );<br />
foreach my $a ( @n ) {<br />
    my $a2 = $a * $a;<br />
    foreach my $b ( @n ) {<br />
        my $b2 = $b * $b;<br />
        my $c = sqrt ( $a2 + $b2 );<br />
        next unless ( ($a + $b + $c) == 1000 );<br />
        next unless ( ($c / int $c ) == 1 );<br />
        print "Solution: a = $a b = $b c = $c\n";<br />
     }<br />
}<br />
<br />
# La belleza de los numeros ... ]]></description>
		<link>http://www.ceyusa.com/blog/index.php/blog/show/517.html#comment184</link>
		<author>linxe@glib.org.mx (linxe)</author>
		<guid>http://www.ceyusa.com/blog/index.php/blog/show/517.html#comment184</guid>
		<pubDate>Wed, 31 Dec 1969 17:59:59 -0600</pubDate>
	</item>
</channel>
</rss>
