According to Mark Maxey: > I'm trying to develop a program in perl that will act > as sort of a "front end" to htsearch/dig. I want to > be able to create a query string that I can then pass > to the htsearch program and then redirect the results > of the search to a variable. > > Basically, I need to format a list of variables as a > query string with support for spaces and punctation, > anyone know how to do this?
See http://www.htdig.org/FAQ.html#q4.13 The query string is everything after the "?", and this can all be passed as a single argument to the htsearch program from your wrapper script. For the complete list of input parameters that can be used in an htsearch query string, see http://www.htdig.org/hts_form.html -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

