darkladen has asked for the wisdom of the Perl Monks concerning the following question:
The output message is this: Can't locate Gtk2/Gdk/Screen.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at prueba.pl line 6. BEGIN failed--compilation aborted at prueba.pl line 6. I hope to help me. Thanks.#!/usr/bin/perl -w use strict; use warnings; use Gtk2 -init; use Gtk2::Gdk::Screen; print qq(All GOOD !!); main Gtk2;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Library SCREEN GTK2
by cjb (Friar) on May 16, 2011 at 16:23 UTC | |
by Anonymous Monk on May 16, 2011 at 17:18 UTC | |
by darkladen (Initiate) on May 16, 2011 at 20:55 UTC | |
by darkladen (Initiate) on May 16, 2011 at 17:34 UTC | |
by Anonymous Monk on May 16, 2011 at 19:20 UTC | |
|
Re: Library SCREEN GTK2
by Anonymous Monk on May 16, 2011 at 15:48 UTC |