in reply to Re^2: adding database values to csv filein thread adding database values to csv file
$frame->Button ( -text => "Save table FOO", -borderwidth => 1, -highlightthickness => 0, -command => sub { save_table ("foo"); }, )->pack; [download]