- or download this
$mw->after( 'idle',
[ configure => $styleref_select_parent, -background => 'cyan' ],
);
- or download this
$mw->afterIdle([ configure => $styleref_select_parent, -background =>
+'cyan' ]);
- or download this
[ 'methodname', args... ], ...
- or download this
$mw->after( 2000 => configure => $tree, -background => 'green' );