News Feed
Jobs Feed
Sections




News Archive
Leonid Mamchenkov's Blog:
Perl vs. PHP variable scoping
December 12, 2008 @ 08:49:14

Leonid Mamchenkov has compared Perl versus PHP in this new blog post - specifically how they handle variable scoping.

I've mentioned quite a few times that I am a big fan of Perl programming language. However, most of my programming time these days is spent in PHP. The languages are often similar, with PHP having its roots in Perl, and Perl being such a influence in the world of programming languages. This similarity is often very helpful. However there are a few difference, some of which are obvious and others are not.

His example compares looping (a foreach in both) and how, after the Perl loop the $value variable is no longer accessible. In PHP, however, it's passed back out into the current scope and can be read just like any other variable. While this can be useful, it can also cause headaches when trying to track down elusive bugs.

1 comment voice your opinion now!
variable scope foreach loop local outside compare


blog comments powered by Disqus

Similar Posts

Thomas Koch's Blog: eZ Components Template is not slow...

Ivo Jansch's Blog: Good use of public, private and protected in OO class design

AskAboutPHP.com: Codeigniter: Mixing segment-based URL with querystrings

Smashing Magazine: The Big PHP IDE Test: Why Use One And Which To Choose

SitePoint PHP Blog: A PHP Guy's Look At Python


Community Events











Don't see your event here?
Let us know!


tool podcast example zendframework2 code development functional testing release series unittest phpunit interview framework conference community introduction application opinion language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework