- or download this
package require ttk::dialog
- or download this
$ perl -MTkx -e " Tkx::package_require(q/ttk::dialog/); "
can't find package ttk::dialog at -e line 1.
- or download this
$ perl -MTkx -e " Tkx::i->interp->Eval(q/package require ttk::dialog/)
+ "
can't find package ttk::dialog at -e line 1.