Re: gtk2-perl / casting from perl objects to gtk objects
- From: Guillaume Cottenceau <gc mandrakesoft com>
- To: goran kirra net
- Cc: gtk-perl-list gnome org
- Subject: Re: gtk2-perl / casting from perl objects to gtk objects
- Date: 17 Oct 2002 15:35:56 +0200
Guillaume Cottenceau <gc mandrakesoft com> writes:
Hum, we might make the following more functional:
foreach $gen (map { "$dir/$_" } qw(glib gobject gdk gdk-pixbuf gdk-pixbuf-xlib gtk pango atk)) {
foreach $file (glob("$gen/*")) {
foreach (cat_($file)) {
With:
foreach (map { cat_($_) } map { glob("$dir/$_/*") } qw(glib gobject gdk gdk-pixbuf gdk-pixbuf-xlib gtk
pango atk)) {
But maybe it would be too obfuscted. It's up to you :).
--
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]