
Laurent_R
Enthusiast
Oct 6, 2012, 1:10 AM
Post #4 of 5
(929 views)
|
|
Re: [gerble1000] is php a form of perl
[In reply to]
|
Can't Post
|
|
Perl and PHP have a relatively similar syntax, because both have their basic syntax derived from the C language syntax (and to a lesser extent from the Unix shell syntax). I really don't think it can be said that PHP is derived from Perl, but is is quite possible that some of the Perl constructs have been reused in PHP. To tell the truth, the very first version of PHP (back in 1995) was actully a collection of Perl scripts. But current versions pf PHP have very little in common with those early attempts.
(This post was edited by Laurent_R on Oct 6, 2012, 1:38 AM)
|