http://qs321.pair.com?node_id=848999

Duck Duck Go is a search engine that I have found impressive for a few reasons. First, it uses AJAX to automatically get the next page when you scroll to the bottom of the search results. Next, it finds highly relevant results. Finally, it's nice ot see something this large implemented in Perl.



The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"