Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000303195745.17044.qmail@web111.yahoomail.com> Date: Fri, 3 Mar 2000 11:57:45 -0800 (PST) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: Can Perl Run from Shebang Line on BASH Shell on Windows 98 Computer? To: James E Keenan , cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- James E Keenan wrote: > I am having problems running Perl on my Windows 98 machine using the Cygwin > B-32 BASH shell. While I can run Perl from the command line, I cannot yet get > "stand-alone" Perl programs to run, i.e., programs where Perl runs not > because the command "perl -e" is evoked in the first position on the command > line but rather because the ".pl" file itself has information concerning the > location of the Perl interpreter on the computer. > > Installation: Perl version 5.005_03 built for MSWin32-x86-objec. > Binary build 522 from ActiveState Tool Corp. > NON-CYGWIN programs will not know about the Cygwin mounted paths. You will need to use an absolute DOS path for the here document. You will need to do something like: #! c:\\program\ folder\\perl\\bin\\perl Caveat: Untested. ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com