hi ,
i have a perl script which generates three result arrays after searching through some text documents. Now, i need to display these results on three different tabs , one for each array . A fourth tab to summarise the search results . How can i generate such an interface from my script itself?? Of course , a search form would be part of this interface so that the user can search again. can anybody direct me towards how to approach this problem??