Linux.com

Re:These results are not valid

Posted by: Anonymous Coward on August 23, 2006 06:10 AM
I would have to agree, for the first two points, why not replace the perl HTML code with this:
<tt>#!/usr/bin/perl

 
print q{
<html>
<head>
<title>HTML test</title>
<body>

 
<h4>HTML test</h4>
<p>
};

 
for $i (1..1024) {
    print "$i<br>";
}

 
print q{
<b>done!</b></p>

 
</body>
</html>
};</tt>
Then you'd be getting a pretty straight-forward comparison.

#

Return to LAMP vs. LAMP