On 2 Jun, 20:16, David <[EMAIL PROTECTED]> wrote: > > PHP: Easy to make web pages. > Perl: Lots of libraries, good text processing support > Python: Easy to read and maintain
PHP: For the security vulnerabilities. Perl: For the maintenance problem. Python: To the rescue! ;-) > You could even use all 3, in their strong areas. eg, PHP for the web > page, perl for quick & dirty text-processing utils, and Python for the > longer, more complicated scripts which you have to maintain. Yes, it depends on how big the problem really is and how complicated the solution has to be. Are the files all in the same format? Do they have to be parsed repeatedly? Will new versions of the files be released? Will the parser output go straight to a Web page or will it be stored somewhere? Paul -- http://mail.python.org/mailman/listinfo/python-list