Re: System Call Help

2008-07-25 Thread masterpoet
On Jul 24, 7:39 pm, [EMAIL PROTECTED] (Peng Kyo) wrote: > On Fri, Jul 25, 2008 at 3:22 AM, <[EMAIL PROTECTED]> wrote: > > Greets Guys > > > Trying to Make a system from perl to use the sort. > > > # @args = ('c:\windows\system32\sort.exe "C\logs\"'); > > # system(@args) == 0 > > # or

Re: System Call Help

2008-07-24 Thread peng . kyo
On Fri, Jul 25, 2008 at 3:22 AM, <[EMAIL PROTECTED]> wrote: > Greets Guys > > > Trying to Make a system from perl to use the sort. > > > > # @args = ('c:\windows\system32\sort.exe "C\logs\"'); > # system(@args) == 0 > # or die "system @args failed:$?" > rather than calling an externa