in reply to Re: Create an array from Optionmenu variables
in thread Create an array from Optionmenu variables
Add this to the end of sub input_lam_data
use Tk::ObjScanner; use Tk::WidgetDump; Tk::ObjScanner::scan_object( { q{\%ort_optmen} => \%ort_optmen , q{\%t_optmen} => \%t_optmen , q{\%ply_lab} => \%ply_lab , q{\%mat_optmen} => \%mat_optmen , } ); $mw->WidgetDump;
Its diagnostical, see Tk::ObjScanner and Tk::WidgetDump
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Create an array from Optionmenu variables
by shortyfw06 (Beadle) on Mar 13, 2012 at 14:51 UTC | |
by Anonymous Monk on Mar 13, 2012 at 14:56 UTC |