Re: Perl Build

2004-05-04 Thread Wiggins d'Anconia
Karl wrote: Hi again, I would like to build an unthreaded versions of Perl v5.8.1 for Mandrake 9.2 using a src.rpm and install as /usr/local/bin/perl. I would imaging I need to remove the USE_ITHREADS compile time option. Since I'm new at doing this I don't know where to start. That sounds abou

Perl Build

2004-05-04 Thread Karl
Hi again, I would like to build an unthreaded versions of Perl v5.8.1 for Mandrake 9.2 using a src.rpm and install as /usr/local/bin/perl. I would imaging I need to remove the USE_ITHREADS compile time option. Since I'm new at doing this I don't know where to start. I could use as much advice

RE: Hash of structures not working in latest Perl build on Window s?

2001-08-22 Thread Ron Rohrssen
e database accordingly @index = sort (keys (%MyHash)); foreach $curr_key (@index) { #Dissect the key $nSecond = substr($curr_key, 0, 2); $nFixed = substr($curr_key, 2, 3); print "The data date stored in t

RE: Hash of structures not working in latest Perl build on Window s?

2001-08-22 Thread Gibbs Tanton - tgibbs
rssen To: Gibbs Tanton - tgibbs; 'Perl Beginners ' Sent: 8/22/2001 10:48 AM Subject: RE: Hash of structures not working in latest Perl build on Window s? THANKS! That did work. Well, sort of Now there are errors in this: if (exists($AccumHash{$lclKey}) == 1) { #add data

RE: Hash of structures not working in latest Perl build on Window s?

2001-08-22 Thread Ron Rohrssen
ibbs Tanton - tgibbs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 5:53 PM To: '[EMAIL PROTECTED]'; 'Perl Beginners ' Subject: RE: Hash of structures not working in latest Perl build on Window s? Ok...I ran this on Unix with a simplified version and got the same re

RE: Hash of structures not working in latest Perl build on Window s?

2001-08-21 Thread Gibbs Tanton - tgibbs
7; Subject: RE: Hash of structures not working in latest Perl build on Window s? There aren't any error messages. On the older Perl versions it will print out data stored in the structure. (i.e. DataDate in the example code). On the newer version 5.6.1, every data field in the structure is ""

RE: Hash of structures not working in latest Perl build on Window s?

2001-08-21 Thread Ron Rohrssen
ly retrieve the keys. I just can't get data stored in the structure. Ron -Original Message- From: Gibbs Tanton - tgibbs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 5:03 PM To: 'Ron Rohrssen '; 'Perl Beginners ' Subject: RE: Hash of structures not

RE: Hash of structures not working in latest Perl build on Windows?

2001-08-21 Thread Gibbs Tanton - tgibbs
What does it not do...what did it used to do...are there any error messages or warnings now? -Original Message- From: Ron Rohrssen To: Perl Beginners Sent: 8/21/2001 3:49 PM Subject: Hash of structures not working in latest Perl build on Windows? I have a section of code the works on

Hash of structures not working in latest Perl build on Windows?

2001-08-21 Thread Ron Rohrssen
I have a section of code the works on Win 98 and NT using Perl version 5.005_03. However, the same code does not work under Win NT using Perl version 5.6.1. Can someone help me identify why this does not work in the latest Perl version? Here is a code snippet. --- #Create the hash with