1.5.5 and perl 5.8.2-5: symlinks (.lnk) fail in perl

2003-11-21 Thread Reed White
Versions: crgwin dll 1.5.5 and perl 5.8.2-5 When executing system() commands in perl, the system is unable to recognize "shortcut" files, like: system("my-program.exe.lnk") Note that I verified that ActiveState perl handles the situation properly. ... Reed -- Unsubscribe info: ht

1.5.5 and perl 5.8.2-5: bug with perl's system() cmd

2003-11-21 Thread Reed White
Versions: crgwin dll 1.5.5 and perl 5.8.2-5 When executing system() commands in perl, the system fails to handle escaped quotes properly. For example, the following is not parsed properly: system("rsync ... --rsh=\"ssh -l blah\" ... ") ... Reed -- Reed White - A

Re: 1.5.5 and perl 5.8.2-5: bug with perl's system()- FALSE ALARM

2003-11-24 Thread Reed White
gt; > > Does it work when setting: > $var = "rsync ... --rsh=\"ssh -l blah\" ..."; > system($var); # or system("$var") > > ? -- Reed White - ALTA RESEARCH - 877-360-2582 [EMAIL PROTECTED] - www.alta-research.com -- Unsubscribe info: h