Download List

Descripción del Proyecto

Perl is a high-level, general-purpose programming language that makes easy things easy and hard things possible. It is optimized for scanning arbitrary text files and system administration. It has built-in extended regular expression matching and replacement, a dataflow mechanism to improve security with setuid scripts and is extensible via modules that can interface to C libraries.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-18 19:06 Back to release list
5.14.0

Unicode versión 6.0 es ahora compatible. Las expresiones regulares ahora se puede poner a los modificadores de forma predeterminada. Cuatro nuevos modificadores de la expresión regular "/ d", "/ l", "/ u", y "/ a", se introdujeron. Los operadores de sustitución ahora soportan el modificador "/ r" para trabajar de forma no destructiva, dejando el original sin modificar. octals más grandes ahora se pueden especificar. Operadores de matriz y el hash puede ahora experimentalmente operar directamente en las referencias duro. printf como funciones ahora entiendo mensaje modificadores de 1980 tamaño. El manejo de excepciones se hizo más confiable y consistente. Otras mejoras y muchas correcciones de errores se hicieron.
Tags: Stable, Minor bugfixes, Major feature enhancements
Unicode version 6.0 is now supported. Regular expressions can now be reset to the default modifiers. Four new regular expression modifiers, "/d", "/l" , "/u", and "/a", were introduced. The substitution operators now support the modifier "/r" to work non-destructively, leaving the original unmodified. Larger octals can now be specified. Array and hash operators can now experimentally operate directly on hard references. printf-like functions now understand post-1980 size modifiers. Exception handling was made more reliable and consistent. Other enhancements and many bug fixes were made.

Project Resources