Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Any idea why this isn't working on windows.sub SAVE { @types = (["Text files", [qw/.txt .doc/]], ["All files", '*' ]); my $file = $mw->getSaveFile( -initialfile => $save_file, -defaultextension => '.txt', -filetypes => \@types); &exit; }
???
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: getSaveFile problems in Tk
by physi (Friar) on Feb 11, 2003 at 21:37 UTC | |
|
Re: getSaveFile problems in Tk
by physi (Friar) on Feb 11, 2003 at 19:25 UTC | |
by Anonymous Monk on Feb 11, 2003 at 20:18 UTC |