Finding Out How Perl Resolves Operator Precedence
When you perform a series of operation, say, 3*5+7, then the order in which you perform them might affect the end result. In the preceding case, according to the rules of mathematics, you’d perform the multiplication first, and then the addition. If instead, you performed the addition first and then the multiplication, you’d get a [...]
Perl Ends Language Wars
There is more than one way to do it. However, there is one and only one way that gets the job done better than all others. Damn. Has Python won? There are many ways to solve a problem. We share our own views in online communities, learn new methods and use the one that suits [...]
Perl vs Python – The Final Battle
You might have already seen a lot of Perl vs Python stuff. So I’m telling you in advance that I’ve too have read them all, and what you’re going to read here would be completely different than what you already have. Firstly, let me start by saying that Perl and Python are great languages. But [...]