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 To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: Question on Perl (.pl) association Date: Tue, 16 Mar 2004 23:39:58 +0100 Lines: 22 Message-ID: <18840roaobffn.dlg@thorstenkampe.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: isi-dialin-129-215.isionline-dialin.de User-Agent: 40tude_Dialog/2.0.10.1de * Martin Gainty (2004-03-16 21:56 +0100) > How does one associate CYGWIN Perl with .pl extensions within CYGWIN > environment? Same as in the Windows environment: "ftype" in connection with "assoc" (or more convenient with "associate" from the ResourceKit). > When I invoke CYGWIN in order to execute a Perl Script I need to state > perl whatever.pl > I would like to place an association for .pl to the Cygwin Perl Interpreter > so when I invoke > whatever.pl > the associated Cygwin Perl interpreter will be invoked to interpret the > script You're confusing Windows and Unix semantics. There's never been such a thing as an association between a file extension and an application/interpreter in Unix/Cygwin. You might be looking for a "she bang" which does something similar. Thorsten -- 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/