Search code examples
programming-languages

Which programming language should I use for this simple application?


I need to create a simple program/utility to parse a txt file (deleting blank rows, concatenating lines, etc) that runs in Windows XP and can be called from a Windows command line. What programming language/environment best fits this type of application?

Thanks, I hope I'm not being vague.


Solution

  • perl was designed from the ground-up for text processing