Re: Run a perl script with cygwin

2001-12-05 Thread Mark Himsley
On Wed, 05 Dec 2001 09:51:37 + you wrote: >There is NO WAY you are going to directly run iu-config from Active State >Perl from outside of Cygwin because it is a Bash script. Sorry, this is supposed to read: There is NO WAY you are going to directly run iu-config from Active State Perl beca

Re: Run a perl script with cygwin

2001-12-05 Thread Mark Himsley
Please make sure that replies go to the Cygwin email list whom I am CCing this reply to. On Wed, 5 Dec 2001 10:07:17 +0100 (MET) you wrote: >I tried but it fails it says bad path with my script even it says that iu-config > The specified name is not recognized as being an internal command(order

Re: Run a perl script with cygwin

2001-12-04 Thread Mark Himsley
On Tue, 4 Dec 2001 17:17:48 +0100 (MET) you wrote: >I have this Perl script under Cygwin > >#!/usr/local/bin/perl -w > >my $cmd="c:/cygwin/bin/iu-config"; >system($cmd); > >it fails iu-config is the cygwin script shell(/bin/sh). >Why?Althought It works when i type iu-config from the bash Cygwin