Yahoo! search interface: Difference between revisions

m
→‎{{header|Tcl}}: use better template
({{omit from|PARI/GP}})
m (→‎{{header|Tcl}}: use better template)
Line 851:
}</lang>
 
Another approach: uses a class as specified in the task. Also, uses an html parser from {{libheader|tcllib}} (parsing html with regular expressions is a particular annoyance of [[User:Glennj|mine]]).
 
{{works with|Tcl|8.6}}
{{tcllib|htmlparse}}
{{tcllib|textutil::adjust}}<!-- for formatting output -->
<lang tcl>package require Tcl 8.6
package require http
Anonymous user