Web Development
webl.txt
Associated article: Automating the Web with WebL
Tags: Web Development
Published source code accompanying the article by Hannes Marais and Tom Rodeheffer in which they discuss WebL, a freely-available scripting language written in Java that's ideal for prototyping web applications. Hannes and Tom describe WebL, then show how you can use by implementing a meta-search engine that combines search results from the AltaVista and HotBot public search services.
Automating the Web with WebL
by Hannes Marais and Tom Rodeheffer
Example 1:
(a)
page = GetURL("http://www.digital.com")
(b)
page = GetURL(
"http://www.altavista.digital.com/cgi-bin/query",
[. pg="q", what="web&...


