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

Davey Shafik's Blog: PHP IDEs (Comparison)

Saltwater.eu: PHP Cloud Management: Orchestra vs. PHP Fog

Photogapple.co.uk: time_since

Richard Davey's Blog: PhpEd vs Zend Studio

SitePoint PHP Blog: Lexical scope to appear in PHP?


Community Events











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


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

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