Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Tk;
    ...
    my $button = $mw -> Button (-command => \&save, -text => "save") -> pa
    +ck;<br>
    MainLoop;
    sub save {my $file = $mw -> getSaveFile}
    
  2. or download this
    sub save {my $file = $mw -> getSaveFile (-force => 1)}