First sorry for asking this, I only keep select emails from this list and
couldn't find an answer among them.

I declare my hash like this:

my ( %FS_XCPTN );               # hash table, key is mount point,
                                # value is FS's special case H_LIMIT and
C_LIMIT

I use it like this:
                                $FS_XCPTN{$mntPoint} = {
                                        H_LIMIT => "$l_limit",
                                        C_LIMIT => "$h_limit" };

And keys returns the list correctly.  But when I use it like this:

                                $FS_XCPTN->{$mntPoint} = {
                                        H_LIMIT => "$l_limit",
                                        C_LIMIT => "$h_limit" };

And run the keys on it, it doesn't seem to work.   What am I doing wrong ?
-----------------------------------------
Craig Moynes
Internship Student
netCC Development
IBM Global Services, Canada
Tel: (905) 316-3486
[EMAIL PROTECTED]


Reply via email to