in reply to perl/tk messagebox
Untested:
use Tk::Dialog; [....] $d=$mw->Dialog(-title => "reboot", -text => "Please reboot now?", -buttons => [ qw/ Yes Cancel / ]); if ($d->Show eq "Yes") { halt(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: perl/tk messagebox
by dhable (Monk) on Dec 18, 2001 at 20:25 UTC | |
|
Re: perl/tk messagebox
by ff (Hermit) on Oct 14, 2002 at 19:13 UTC |