in reply to Perl/Tk - Can't see data?
to be less vague, let us say, database read code does something like this:
or may be very differently, but similar in spirit; so there will be are another scalars.$obj->{_record} = {company=>'fkjfkdjfd',firstname=>'vmk'};
To say, to access those, you use same formulae $self->{_record}->{company} but actual scalar is another.
You must understand that -textvariable=>\....... does not recalculates reference each time, it takes scalar reference which is lost by your further code.
just a guess
Best regards,
Courage, the Cowardly Dog
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl/Tk - Can't see data?
by jdtoronto (Prior) on Oct 04, 2004 at 21:08 UTC |