View Single Post
  #4 (permalink)  
Old 11-07-09, 07:40 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,029
Thanks: 14
Thanked 34 Times in 33 Posts
Quote:
Originally Posted by NewsBlaze View Post
Source code can look very similar.
Perl doesn't need a webserver to run
The source code can look similar, but Perl is often a little more terse. Really tight Perl code looks a lot like line noise. If its obfuscated it's nearly impossible to puzzle out. PHP can be that way but you really have to work at it.

Technically, neither of them need a web server to run. You can run either at the command line if your system has the right modules installed.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data (scroll down)
Reply With Quote