Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Just starting Perl

by mscharrer (Hermit)
on May 06, 2008 at 13:47 UTC ( [id://684941]=note: print w/replies, xml ) Need Help??


in reply to Just starting Perl

1) While PHP is only for CGI, Perl is a general language which can be used to program almost everything. I for example use a lot of perl which has nothing to do with WWW/CGI, e.g. code generation for hardware development, simulation logfile analysis, etc..
Have a look to the Comprehensive Perl Archive Network (CPAN), there you can see how many open libraries exists for Perl.
I personally compare Perl more with Java - not that they are very similar, but they have some common attributes: Both compile to byte code, both need executable installed (Java VM; Perl Interpreter), both have large set of libraries.

2) For GUI I know only Perl/TK.

Replies are listed 'Best First'.
Re^2: Just starting Perl
by moritz (Cardinal) on May 06, 2008 at 13:53 UTC
    1) While PHP is only for CGI

    Not quite true. I know some people who write command line scripts in PHP.

    But it's certainly true that the emphasize of PHP is much more on server scripting, whereas perl is more viewed as a general purpose language.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://684941]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found