in reply to Re: class::struct compatibility
in thread class::struct compatibility
If I access the data like so $t->{size} it works fine on HP and on Sol I have to do this to get the same result $t->Tool::size notice there are not braces on the Sol version. That is another quandry.
Is that helpful? I have read everything I could find re:Class::Struct which isn't much incidentaly.
And really this is my lack of real OOP knowledge that caused me to use this approach. I don't have a month to learn OOP just to repair this issue. When I first did this we only had HP so there was NO issue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: class::struct compatibility
by perrin (Chancellor) on Mar 12, 2002 at 23:05 UTC |