From owner-freebsd-questions Mon Apr 7 03:07:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05787 for questions-outgoing; Mon, 7 Apr 1997 03:07:16 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA05774 for ; Mon, 7 Apr 1997 03:07:08 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id NAA20271; Mon, 7 Apr 1997 13:05:49 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma020268; Mon Apr 7 13:05:34 1997 Message-ID: <3348C6D7.56A4@barcode.co.il> Date: Mon, 07 Apr 1997 13:05:11 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Doug White CC: FreeBSD Questions Subject: Re: perl -> perl5? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > > Hello... > > Is there any problems with installing perl5 on FreeBSD 2.1.5 systems and > making it the system default? Ie, will it break adduser and other perl4 > scripts? > > Thanks for any information. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major Well, I'm running all my machines with /bin/perl symlinked to perl5 (started with 2.1.0, but went through 2.1.5,6,7 on about 4 machines). Never had any perl problems, but I'm not sure that I looked well enough. perl isn't completly backward compatible, but if you follow the "recommended" (i.e. camel book) style of writing, it pretty much makes it so. I do remember some thread about such problems in -questions about half a year ago, but I think it wasn't with any standard perl scripts that come with FreeBSD. Anyhow, this is just my $0.02. Nadav PS, If you do find that something breaks in perl5, it may be a good reason to fix it so that it works both way. Usually, it's not too hard.