From: "Ralph Roberts"
> #!/rebol/rebol --cgi
>
> REBOL[
> TITLE: "weather.r"
> AUTHOR: "Ralph Roberts"]
>
> print "Content-Type: text/html^/"
>
> a: read http://weather.noaa.gov/cgi-bin/iwszone?Sites=:ncz053
> ;;;;; go to the NOAA site and find your local weather
> ;;;;; to get the URL above
>
> b: ""
>
> print <pre>
>
> parse/all a [thru "ZONE FORECAST PRODUCT" copy b thru "</pre>"]
>
> print b
>
> ;;;;;; read REBOL FOR DUMMIES, order at http://rebolpress.com

Hi, Ralph,

The strangest thing happened after reading your source.  I felt this
sudden urge to read "REBOL FOR DUMMIES."  Could there have been a
subliminal message buried in the code some where???
;-)
--Scott Jones

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to