Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    use Glib qw/TRUE FALSE/;
    use Gtk2 -init;
    ...
    
    # Start the Gtk main loop
    Gtk2->main;
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    
    $win->show_all;
    Gtk2->main;