Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl: The Perl programming language.
Name: | perl |
Vendor: | Scientific Linux |
Version: | 5.8.0 |
License: | Artistic |
Release: | 94.EL3 |
URL: | |
- Summary
- Perl is a high-level programming language with roots in C, sed, awk
and shell scripting. Perl is good at handling processes and files,
and is especially good at handling text. Perl's hallmarks are
practicality and efficiency. While it is used to do a lot of
different things, Perl's most common applications are system
administration utilities and web programming. A large proportion of
the CGI scripts on the web are written in Perl. You need the perl
package installed on your system so that your system can handle Perl
scripts.
Install this package if you want to program in Perl or enable your
system to handle Perl scripts.
Changelog
- * Fri May 19 19:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 2:5.8.0-94.EL3
- fix bug 192140 / upstream bug 38214:
B::Deparse failure on assignment with split -
apply patch contributed by John Fautley<jfautley{%}redhat{*}com> of GES
- * Mon Apr 24 19:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 2:5.8.0-93.EL3
- fix minor security issue CVE-2003-0618: suidperl could be used to
reveal locations of files in hidden directories
- fix perl header file generation
- * Thu Mar 23 18:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 2:5.8.0-92.0
- fix bug 122278: prevent utf8.c's Perl_swash_init() from changing
active namespace (so now Class::Loader works with
UTF-8 enabled). This should be the last UTF-8 issue!