Search Results

1
vote

What would be the ideal script language for parsing text files?

Perl is the language that was made specifically for this. Noting that, I would recommend you pick up Python or Ruby, both of which are sort of a modern equivalent to Perl. Perl's syntax can be a li …