Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to close a local window and then run a sub-routine using the following snippet:
The $message box closes but the command routine never runs.-command => sub {[$message => 'destroy', \&command]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: closing window and running sub-routine
by ptkdb (Monk) on Oct 27, 2003 at 20:34 UTC | |
|
Re: closing window and running sub-routine
by kvale (Monsignor) on Oct 27, 2003 at 20:16 UTC | |
|
Re: closing window and running sub-routine
by Anonymous Monk on Oct 27, 2003 at 20:11 UTC |