- or download this
*** unhandled exception in callback:
*** Can't locate object method "get_row_data_from_path" via package
+"Gtk2::Ex::Simple::List" at test.pl line 34.
*** ignoring at test.pl line 57.
- or download this
use Glib qw/TRUE FALSE/;
use Gtk2 -init;
...
# Start the Gtk main loop
Gtk2->main;
- or download this
#!/usr/bin/perl -w
...
$win->show_all;
Gtk2->main;