hxdhan has asked for the wisdom of the Perl Monks concerning the following question:
after add this node, I want to change data value of this node. can you tell me how to do it.$tree->add('1.1',-text=>'aaa',-data=>'aaa');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to change Tk::Tree data value
by zentara (Cardinal) on Jun 15, 2011 at 12:45 UTC | |
|
Re: how to change Tk::Tree data value
by Sandy (Curate) on Jun 15, 2011 at 14:33 UTC |