Hi, either u installed the module Gtk.pm wrong or u did not include it in your @INC path... add the path where the Gtk.pm module is stored to your @INC to get the module...
BEGIN { unshift (@INC, #path of Gtk.pm); } Best regards, Holger Schell SAP AG, 68789 Rot (Germany) Non-ABAP Production Services SAP Production Student Phone: +49 6227 7- 66814 Fax: +49 6227 78-38366 ROT15, CU.01 -----Ursprüngliche Nachricht----- Von: Philip Villamin [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 31. März 2004 20:52 An: [EMAIL PROTECTED] Betreff: gtk problem Hi Sir, I have this problem regarding perl. Cant figure this out. Hope ypu can help. Thanks. ================ compile command =============== > [EMAIL PROTECTED] gtk]# perl -c enrollm.pl > ================= error msg ================================================ > Can't locate Gtk.pm in @INC (@INC contains: > /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl > /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl > /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at > enrollm.pl line 13. > BEGIN failed--compilation aborted at enrollm.pl line 13. > Sincerely, Philip Villamin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>