Hello, I'm writing a simple FTP client in Perl-Gtk2. The function that I'm having a problem with is downloading the file. Have a look at this code.
$list->signal_connect('button-press-event' =>
sub {
my @selected = $list->get_selected_indices;
my $menu = Gtk2::Menu->new();
my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.