Hi All,
I wanted to run just "ls" command in windows for one of my application. I installed cygwin and activeperl. Now i have written perl script which will process some files. I have a syntax
foreach my $dir (`ls`)
which will list all the directories under current directory. How i can i make this perl to execute under cygwin so that 'ls' command will work. If anyother way is there then fine... Please help...