system('sh -c "cd ..;ls"'); [download]
That is better written as:
system('cd ..;ls'); [download]
- tye
In reply to Re^2: Perl on cygwin (sh -c) by tye in thread Perl on cygwin by thunderbird