in reply to From PHP to Perl - Should I, and how?

Regarding your Ajax update Q, here's a little demo script you can give a try: CGI/Ajax example: lookup a value when a field is filled in. Any language can do Ajax (it's just communicating back and forth over HTTP still). Perl excels at it and the JSON::XS package is one of the fastest, nicest data serializers out there; I prefer Ajax with JSON over XML but anything works.

  • Comment on Re: From PHP to Perl - Should I, and how?