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
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
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:$?"
Trying to basically grab two log files.
sort them
so that we don't lose any data
and then output to a mas