However, am I right that after installation of newer perl from ports collection do not overwrite elder perl?
Core perl is installed in /usr (i.e. binary is /usr/bin/perl). By default all ports install themselves in /usr/local (i.e. binary file is /usr/local/bin/perl). After you install perl from ports it will optionally offer you to run a script which makes perl from port a default (it removes /usr/bin/perl, makes symlink from
/usr/local/bin/perl to /usr/bin/perl and does some other things I forgot). So answer is yes, perl installation from ports will not interfere with perl installation from core unless you want it.
P.S. This information is correct for FreeBSD 4.x only. In 5.x they have removed Perl from core and it is installable from ports only.
--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support
UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|