Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!fu-berlin.de!news.dfn.de!news.dkrz.de!newsserver.rrzn.uni-hannover.de!news.rwth-aachen.de!not-for-mail From: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Ridiculous Newbie Question: perl with FreeBSD 2.0.5? Date: 21 Jul 1995 06:38:30 GMT Organization: <this space intentionally left blank> Lines: 11 Message-ID: <3uni16$4g3@news.rwth-aachen.de> References: <ennov-2007951519460001@ennov.slip.netcom.com> NNTP-Posting-Host: ghpc6.ihf.rwth-aachen.de X-Newsreader: TIN [UNIX 1.3 950621BETA PL0] Enno Vandermeer (ennov@netcom.com) wrote: > Is there anything in particular I need to do in order to get perl working under > FreeBSD 2.0.5? I can't seem to get scripts to execute (I _have_ chmod'd them). Error messages? perl is in the FreeBSD distribution, as /usr/bin/perl. Maybe you need to edit the first line in your scripts (`#!/wherever/perl/lives'), but that's just a guess. tg