# New Ticket Created by cristian.tudora@dnasw.com # Please include the string: [perl #23722] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23722 > Hello Tom, i have installed RH9.0 with Perl.It appears that in this release,the perl is compiled with threads support. I tryed a simple script in RH7.2 and it worked.If i recompile perl with USE_THREAD,the script does nothing.The same problem is in RH9.0 The script example : -----test.pl------ #!/usr/bin/perl print "Hello Tom\n"; ------------------ -----z.pl--------- #!/usr/bin/perl use ByteLoader 0.03; #or 0.04 ------------------ perl -MO=Bytecode test.pl >> z.pl ; perl z.pl on RH7.2 (no threads) : Hello Tom on RH7.2 (threads) or RH9.0 : Regards,Cristi =============== Cristian Tudora