RE: capturing output from running process crashes gtk2



Hi all,

How do I write

     my $filename = $list -> {data}[$page[0]][0];
     $image = Gtk2::Image -> new_from_file ($filename);

on one line?

     $image = Gtk2::Image -> new_from_file ($list -> {data}[$page[0]][0]);

doesn't work.

Thanks

Jeff



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]