http://ap.google.com/article/ALeqM5hhdT390ldRZ9RC9ok9TvEPcsh16gD90USE700
The push into smaller gadgets is set to take Intel further away from Microsoft. "Netbooks" generally run Linux or Windows XP, which Microsoft has been trying to discontinue in favor of its flagship, Vista.
"Vista has a larger memory footprint, a larger graphics requirement and a higher price point. This is all about low-cost computing," Otellini said.
He noted that Microsoft has an operating system for smart phones, but it runs only on chips designed by Intel competitor ARM Holdings PLC.
"I see much of the activity in Mobile Internet Devices, sort of the evolution of the handset, being centered around Linux," he said.
i agree with this article that is simpler to write hello world in php than using mod_perl
<?php
Than installing modperl and configure-ing the app (I'm working as sys admin)echo "goodbye world";
?>
maybe simple_mod_perl should interpret all *.pl and after that an use an templating system
<?perl
say "goodbye world";
?>