Run a perl script with cygwin

Jorge Goncalvez goncal11@col.bsf.alcatel.fr
Tue Dec 4 08:19:00 GMT 2001


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


--
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/



More information about the Cygwin mailing list