I have developed a tagger to tag terms of a particular domain. For the tagging purpose I used Perl. The tagger tags abstracts from the literature, I have developed an interface that actually collects the user input. My question is how can I take the data from the interface and pass it to the Perl script as an array and also how to display the output after processing from the Perl script.
I have the necessary tagging script just cannot figure out the above problems.
I got few suggestion using JSON. So am I suppose to have two different scripts, one php and other the perl that I have. And what about displaying the processed file automatically