On 05/04/00, ""Douglas Wilson" <[EMAIL PROTECTED]>" wrote:

I think this should be my last post on this subject.

Interesting, this allows you to change the actual
hash values in 5.6 but not 5.005:

 for (values %$hshref) {

so for 5.005 you have to use this:

 for (@{$hshref}{keys %$hshref}) {

just thought you'd like to know!


Cheers,
Douglas Wilson

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to