Is there a way to fetch locally? For instance, instead of going to fetch www.somesite.com/news.htm, is there a way to fetch /usr/export/homes/somesite/usnews/news.htm
<read "/usr/export/homes/somesite/usnews/news.htm">
<fetch "http://www.somesite.com/news.htm" $ret>
will process the file from disk but pretend it came from the url.