Search Results

0
votes

Which scripting language should I learn after Perl?

I did much the same thing. I grew annoyed at Perl's oddities with data handling, and "more than one way" concept.. though perl was certainly useful. I started looking into Ruby and Python, reading …
2
votes

Is it worth learning BASH when I know Perl?

I'm pretty familiar with the unix command line, and all the utilities (sed, awk, grep, find..) available. My general rule of thumb is if it is a one-liner, or a for loop to catch a bunch of files a …
0
votes

Should I learn Perl, and why?

I personally advocate Python or Ruby over Perl, but in all honesty there are still some advantages Perl has. Perl has a lot of libraries on …
0
votes

Why is Perl the best choice for most string manipulation tasks?

Perl was the go-to language for a long time. The problem is it can be pretty messy and difficult to maintain (some people can write Perl that avoids this, but it is very easy to wrote ugly code). I …