Re: Perl Application error on windows

2003-02-28 Thread R. Joseph Newton
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

Re: Perl Application error on windows

2003-02-28 Thread david
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

Re: Perl Application error on windows

2003-02-28 Thread Jenda Krynicky
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

Re: Perl Application error on windows

2003-02-27 Thread R. Joseph Newton
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

Re: Perl Application error on windows

2003-02-27 Thread Madhu Reddy
> > - > > 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

Re: Perl Application error on windows

2003-02-27 Thread david
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

Re: Perl Application error on windows

2003-02-27 Thread Madhu Reddy
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

Re: Perl Application error on windows

2003-02-27 Thread david
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