Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <406549DC.2010500@x-ray.at> Date: Sat, 27 Mar 2004 10:31:08 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.6) Gecko/20040113 MultiZilla/1.5.0.4h MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: bash bad interpreter - a new twist! References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Igor Pechtchanski schrieb: > FWIW, the following always works on my system: > > #!/usr/local/bin/wrap /cygdrive/c/ActivePerl/bin/perl > use English; > print "Testing: $PERL_VERSION on $OSNAME\n"; well, for me this looks better: (at least needed for 5.006001) #!/usr/local/bin/wrap /cygdrive/c/ActivePerl/bin/perl use English; printf ("Testing: %f on $OSNAME\n", $PERL_VERSION); -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- 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/