Madhu Reddy wrote:
> > > -
> >
> > if you do perl -V,
> NO, I didn't see that one...
Is this:
> perl -v
The same as:
perl -V
?
As it turns out, no. Even though DOS/Win handles filenames as case insensitive, it
hands the switches and parameters to Perl verbatim, and Perl is very much cas
Madhu Reddy wrote:
>> > -
>>
>> if you do perl -V, do you see a line that looks
>> like:
>>
>> usethreads=define use5005threads=undef
>> useithreads=define
>> usemultiplicity=define
>>
>>
>
> NO, I didn't see that one...
>
> following is my perl -v output
actually can you try:
perl -V
From: "R. Joseph Newton" <[EMAIL PROTECTED]>
> Madhu Reddy wrote:
>
> > Hi,
> > I have following sorting program...
> > basically it will split the large files into small
> > file and creates thread..each thread will sort files
> > after that merge back all sorted files...
> >
> > this program w
Madhu Reddy wrote:
> Hi,
> I have following sorting program...
> basically it will split the large files into small
> file and creates thread..each thread will sort files
> after that merge back all sorted files...
>
> this program works fine on single CPU machine...
> same program giving proble
> > -
>
> if you do perl -V, do you see a line that looks
> like:
>
> usethreads=define use5005threads=undef
> useithreads=define
> usemultiplicity=define
>
>
NO, I didn't see that one...
following is my perl -v output
how to debug that error.. i started my script with
debug option..
sti
Madhu Reddy wrote:
> I am using perl 5.8 following is my perl version info
> i am using windows.
> this error coming only on multi cpu machine ( 8 cpus)
> not on single cpu machine
> -
>
> This is perl, v5.8.0 built for
> MSWin32-x86-multi-thread
> (with 1 registered patch, see perl -V fo
I am using perl 5.8 following is my perl version info
i am using windows.
this error coming only on multi cpu machine ( 8 cpus)
not on single cpu machine
-
This is perl, v5.8.0 built for
MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2002, L
Madhu Reddy wrote:
> Hi,
> I have following sorting program...
> basically it will split the large files into small
> file and creates thread..each thread will sort files
> after that merge back all sorted files...
>
> this program works fine on single CPU machine...
> same program giving probl