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: <3DA1C1C3.E0EA6302@ticketmaster.com> Date: Mon, 07 Oct 2002 10:17:56 -0700 From: Smithesh Ramachandran Reply-To: smithesh AT ticketmaster DOT com X-Accept-Language: en MIME-Version: 1.0 To: "Gerrit @ cygwin" CC: "'pdesjardins AT oakgroup DOT com'" , "'maharig AT idirect DOT net'" Subject: Re: executing perl from command line (cygwin) References: <4B8F50430DC6D611875E00508BE14DF2507D8D AT pasmail DOT office DOT tmcs> <155698278631 DOT 20021005110330 AT familiehaase DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cool.. Thanks, Smithesh. "Gerrit P. Haase" wrote: > Hallo Smithesh, > > Am Samstag, 5. Oktober 2002 um 01:34 schriebst du: > > > Hi Peter, > > Like Mark said cygwin perl is a much better option. I use it quite often. > > > I think you still can execute active perl or any windows executable on > > Cygwin. > > > Make sure you are escaping '\' by '/' on the directory paths. For e.g., if > > you are trying to execute something on your windows at > > C:\Sample\pscp.exe. > > > Then you will do the following on your cygwin prompt > > admin AT TMLA_SRAMACHAND ~ C:/\Sample/\pscp.exe > > The problem with ActiveStates Perl is that it knows nothing about > Cygwin paths. If you want to read a file '/usr/test/text.txt' with > ActiveState Perl you need to translate the paths to Windows syntax > (-> 'C:\cygwin\usr\test\text.txt'). > There are tools included with Cygwin to help with this (cygpath.exe), > but it is a pita. Cygwin Perl is linked against cygwin1.dll and all > this translation is done automatically for you. > > Gerrit > -- > =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/