Description
perl5.28 - Practical Extraction and Report Language
Property |
Value |
Distribution |
FreeBSD 11 |
Repository |
FreeBSD Ports Latest i386 |
Package filename |
perl5.28-5.28.2.txz |
Package name |
perl5.28 |
Package version |
5.28.2 |
Package release |
- |
Package architecture |
i386 |
Package type |
txz |
Category |
devel lang perl5 |
Homepage |
http://www.perl.org/ |
License |
GPLv1+, ART10 |
Maintainer |
mat@FreeBSD.org |
Download size |
13.80 MB |
Installed size |
52.50 MB |
Perl is a language that combines some of the features of C, sed, awk and
shell. See the manual page for more hype. There are also many books
published by O'Reilly & Assoc. See pod/perlbook.pod for more
information.
WWW: http://www.perl.org/
Options:
- DEBUG: off
- DOT_INC: off
- DTRACE: on
- GDBM: off
- MULTIPLICITY: on
- PERL_64BITINT: on
- PERL_MALLOC: off
- SITECUSTOMIZE: off
- THREADS: on
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
install
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
upgrade
5.21
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Support end three years after .0 release, please upgrade to a more recent version of Perl.
It is scheduled to be removed on or after 2021-06-22.
Alternatives
Provides
Name |
Value |
libperl.so.5.28 |
- |
Download
Type |
URL |
Mirror |
pkg.freebsd.org |
Binary Package |
perl5.28-5.28.2.txz
|
Source Package |
lang/perl5.28
|
Install Howto
Install perl5.28 txz package:
# pkg install perl5.28
See Also