jerzy has asked for the wisdom of the Perl Monks concerning the following question:
And the result:use Data::Dumper; print Dumper($var);
I want to create new variable that will contain string ".frame1.label".Tk::Label=HASH(0x138f21c)$VAR1 = bless( { '_TkValue_' => '.frame1.label' }, 'Tk::Label' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get data from data structure (references and Tk related)
by Anonymous Monk on Jul 02, 2011 at 17:28 UTC |