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
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
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
3 matches
Mail list logo