Hi, I have a short program that runs OK on a win xp box at work, with latest AS perl ... it starts like this:
<snip> use strict; use warnings; use Win32::SoundRec; use Win32::Sound; use Data::Dumper; use Audio::Wav; use Term::ReadKey; use Config; use threads; use Thread::Semaphore; die "no thread support : $!" unless ($Config{usethreads}); </snip> now I just installed the same build of AS perl on my home laptop, also winxp, and run the program ... I get no thread support : when I run it. Isn't $Config{usethreads} on or off in the actual build of AS perl? WHy would I get an error on one install, not the other? thanks Daniel -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs