in reply to Re: Win32: Weird file copy failure using system
in thread Win32: Weird file copy failure using system
No, you don't need to do this. In Win32 Perl, system(@list) is identical to system("@list"). Both detect commands that are internal to cmd.exe or command.com and do what you described automaticly.
- tye
|
---|