Help for this page

Select Code to Download


  1. or download this
    $main->bind("<Control-o>", \&Open);
    
  2. or download this
    sub Open {
        my $csv_path = $main->getOpenFile( -filetypes => [
    ...
            $last_filename = $filename;
        }
    }