Perl is a computer language created by Larry Wall and fostered by numerous programmers around the world. Perl was born in UNIX environment but now is available in wide range of different computer platforms including personal computers. It was started as a new mix of nice features from standard UNIX tools such as sh, sed, awk, grep and more, but now it stands on its own feet such as object oriented programming support and the most extensive regular expressions. If you are more interested in Perl, visit Perl site.
I use Perl at my office mainly for intranet CGI development because it is the easiest and most powerful tool for the purpose. Here are some CGI examples which are NOT best examples showing Perl's capability. These can easily be done with other languages too. I want to put up some examples best demonstrating Perl's capability sone time. Meanwhile, have fun with what I have now.