
falazar
Deleted
Feb 5, 2000, 8:39 AM
Post #4 of 8
(985 views)
|
|
Re: I need a script to dig out certain information from a site.
[In reply to]
|
Can't Post
|
|
Ok, found a code piece that halfway works, you can call `lynx -dump $url` and that will save a dumped html text file, which I can then search, only problem is this will only work from the command line, running the cgi off unix, not when I call it as a webpage.... is there any way to get around this? ... also simple question.. I want to then search the page for keywords, what is the easiest way to just make a nice @list of words?
|