Perl

Kategorie: Programmiersprachen
Betriebssysteme: Plattformunabhängig
Beschreibung:

Perl ist eine plattformunabhängige Skriptspache die es erlaubt, auch komplexe Fragestellungen schnell und unkompliziert zu lösen. Eine Stärke der Sprache ist der Umgang mit Texten. Reguläre Ausdrücke sind direkt in die Sprache integriert, was deren Benutzung besonders einfach gestaltet. Perl ist Bestandteil des LAMP-Stacks (Linux, Apache, MySQL, PHP/Perl).

Tags: Programmierung, Text
Lizenz: Artistic License, GPL
Support: Community
Zertifikate: OSI certified

Please note that the OSI Certified label applies only to the licensing of open source editions, not to any proprietary (non-open-source) editions.
EOS Bewertungen:
Funktionalität:
Reife:
Community:
Enterprise readiness:
Trend:




Benutzerbewertung: (36 Bewertungen)
Popularität: 2.098 views
Dienstleister:
Projekt-URL: http://www.perl.org/
Kommentare:

16.10.2007 00:08 -

Powerful, well-designed language you can do anything with. In most cases, via CPAN, someone has already done what you need.

11.12.2008 10:29 -

Powerful, flexible, and pragmatic language that is too often overlooked. One of the rare languages to support the full breadth of object orientation.

11.12.2008 12:17 -

To me Perl is not just a language, but a solid yet flexible foundation. A (programming or spoken) language is nothing without its corpus. CPAN is Perl's corpus. Just search around CPAN's 10,000+ modules and see it yourself.

11.12.2008 12:55 -

Rock solid language with a long pedigree of inovation and progress

11.12.2008 16:54 -

Very powerful, flexible. Big reusable codebase.

12.12.2008 02:06 -

Best language that I ever seen, with very big ready to use code base on CPAN, including (but not limited to) Catalyst, DBIx::Class and Template Toolkit.

12.12.2008 04:56 -

Very mature and awesomely flexible language with one of the largest reusable codebases (CPAN) around offering everything from web frameworks (Catalyst), ORMs (DBIx::Class) to completely new and shiny object systems (Moose).

12.12.2008 18:42 -

Perl is the first scripting language that I learned. I tried other scripting language after Perl. I tried PHP, Python and Ruby. An now, I can say, that Perl is the most simple, the most powerful and the most natural programming language. Perl solves my ev