From owner-freebsd-hackers Sun Nov 30 12:19:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA01494 for hackers-outgoing; Sun, 30 Nov 1997 12:19:40 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA01476 for ; Sun, 30 Nov 1997 12:19:36 -0800 (PST) (envelope-from francisco@natserv.com) Received: from slip-32-100-111-48.ny.us.ibm.net (slip-32-100-111-48.ny.us.ibm.net [32.100.111.48]) by federation.addy.com (8.8.5/8.6.12) with SMTP id PAA24872 for ; Sun, 30 Nov 1997 15:19:33 -0500 (EST) Message-Id: <199711302019.PAA24872@federation.addy.com> From: "Francisco Reyes" To: "hackers@freebsd.org" Date: Sun, 30 Nov 97 15:16:59 Reply-To: "Francisco Reyes" Priority: Normal X-Mailer: Francisco Reyes's Registered PMMail 1.9 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Programming: What if anything is guaranteed to be always in FreeBSD? Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In terms of compilers (ie C/C++) or interpreter(perl, shells) what can be considered to be always or at least usually be included in FreeBSD? As part of a minimal install is Perl included? I am asking because I am thinking of creating some (very simple) scripts/programs to aid in installation/day to day use of FreeBSD.