Re: Reg. Associative array in perl

2004-12-01 Thread Randal L. Schwartz
> "Owen" == Owen Cook <[EMAIL PROTECTED]> writes: Owen> Well that's the way hashes work. If you have a recent version of Perl, at Owen> least the order will be the same different order each time you run the Owen> program. Actually, that's exactly backwards. :) On recent versions of Perl, the

Re: Reg. Associative array in perl

2004-12-01 Thread Owen Cook
On Wed, 1 Dec 2004, Owen Cook wrote: I meant to say > Well that's the way hashes work. If you have a recent version of Perl, at least the order will be the same different order each time you run the program. Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Reg. Associative array in perl

2004-12-01 Thread Owen Cook
On 1 Dec 2004, Prabahar Mosas wrote: Please check the below coding because I actually expect one output but this code print unpredictable output. I expect the following output. Apache Windows Dos Linux Unix Solaris But Machine giving output is below