27 July 2009

PERL

Practical Extraction and Report Language.
I wrote my first perl script this afternoon. It is indeed powerful in the sense that it is very easy to deal with text related tasks.
I wrote a script which reads a bunch of random strings from a file, sorts them based on lexicographic order, and them write them into a text file based on that order.
Guess what? It took me only 5 lines to complete the code!!!
Isn't that amazing?!!!

No comments: