Lhamo_rin has asked for the wisdom of the Perl Monks concerning the following question:
Thanks, Lhamo_rinmy $ep = 0; my $TEST = qx (read_apt _test_setup); chop $TEST; my $PATH = "/opt/adacs/test/$TEST/.saved_poins"; my $success = open RF, $PATH; unless ($success) { $ep = 1; my $fail = MainWindow->new(); $fail->geometry("250x150"); $fail->Label(-text => "File Failed To Open!")-> grid( $fail->Button(-text => "Acknowledge", - command => sub { exit})); } exit if $ep == 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk failure
by ichimunki (Priest) on Jul 01, 2003 at 18:58 UTC | |
|
Re: Tk failure
by Mr. Muskrat (Canon) on Jul 01, 2003 at 18:56 UTC | |
|
Re: Tk failure
by bbfu (Curate) on Jul 02, 2003 at 18:36 UTC |