X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: Newbie question on current version running established perl program Date: Wed, 25 Apr 2007 22:31:04 +0100 Lines: 31 Message-ID: References: <497079 DOT 53305 DOT qm AT web34710 DOT mail DOT mud DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/2.70.2067 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com * Jennifer Young (Wed, 25 Apr 2007 11:37:13 -0700 (PDT)) > Very new user installing cygwin for the first time on > new pc. Trying to run perl program that has been used > a number of times (probably not the problem) > > Followed all the instructions on install and all > instructions in faq and user docs that could assist. > > Installed the base and all the packages with 'perl' in > the name plus a bunch of other ones. > > to run my program, I was instructed to use command: > > $ perl preprocesstest.pl -o buffer -n 2 -t 00:00:000 > -l 300 > > (-o = output, -n = number in test, -t = start time, -l > = length of time of test) > > system returns: > > bash perl: command not found Bash cannot find perl. That's pretty clear, isn't it? Either there is not perl or it is not where bash is searching it. Search for perl.exe with your favourite search program. It should be below C:\cygwin and verify that the path to perl.exe (if there is one) is in your shell ("echo $PATH"). If there is no Perl, try reinstalling. If there is a perl.exe then specify the full path to the executable or adjust your path. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/