in reply to Decoding a frame HASH entry

$mw->WidgetDump; $Tk::widget->id;

Replies are listed 'Best First'.
Re^2: Decoding a frame HASH entry
by Anonymous Monk on Feb 05, 2020 at 00:43 UTC
     use Tk; my $mw = tkinit; $mw->Button->pack for 1..3; $mw->WidgetDump; MainLoop;

    Name: button1 PathName: .button1 [Flash widget]

    $ww->Name = [ 'button1' ]; $Error = ''; @res = <button1>

    $ww->PathName = [ '.button1' ]; $Error = ''; @res = <.button1>