in reply to Re: Should I be using tie for this?
in thread Should I be using tie for this?

Thanks thor,
That was a good suggestion. Unfortunately it didn't work. When my script executes ...
# # link the holes # $holes[0]->setLinks( [ $holes[1], $holes[2] ] );
... it generates this error message ...
Can't locate object method "setLinks" via package "hole=HASH(0x1a1c2e4 +) " (perhaps you forgot to load "hole=HASH(0x1a1c2e4) "?) at ./tieBoardTree.pl line 26, <$fh> line 3.

Plankton: 1% Evil, 99% Hot Gas.