i am currently working on a perl search page and need a bit of help. one types in a book name, a perl script queries an access database and the user is given a list of books. from this list they choose a book (each book title is an html link that submits an ID number to a microsoft .idq page) and one result is given. the ms search is specific so that it will find only one page when it does the search. my question is how can i cut out this middle process? is it possible to have perl submit the book ID # and then somehow read the page that is generated, and open the link that is contained in that page? is there a perl mod that can call and parse html pages? any help would be appreciated.