http://qs321.pair.com?node_id=950337

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I want to write an app which will run on tablet computers, for this I can't use perl. The app should comminicate to a server process running on another computer over bluetooth or wireless lan. The server process just interacts with a couple of command line tools. Is perl the right tool for this task? If so what do I need to read up on to get up to speed with bluetooth/networking? I have some perl CGI experience.