Gavin Bowlby wrote:
> All:

Hello,

> If I populate a %hash within a Perl program, is there any guarantee that
> from run to run of the same Perl program the keys(%hash) function will
> return identical sets of keys?

Can I assume that you are worried about the order of the keys?  Do you want
the keys in a specific order?

perldoc Tie::IxHash


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to