| Holger Schell 2004-03-31, 5:33 am |
| 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,=20
68789 Rot (Germany)=20
Non-ABAP Production Services
SAP Production
Student
Phone: +49 6227 7- 66814
Fax: +49 6227 78-38366
ROT15, CU.01
-----Urspr=FCngliche Nachricht-----
Von: Philip Villamin [mailto:philip@teknoymail.net]=20
Gesendet: Mittwoch, 31. M=E4rz 2004 20:52
An: beginners@perl.org
Betreff: gtk problem
Hi Sir,
I have this problem regarding perl.
Cant figure this out. Hope ypu can help. Thanks.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D compile command =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D
> [root@tknybox gtk]# perl -c enrollm.pl
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D error msg =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> Can't locate Gtk.pm in @INC (@INC contains:=20
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0=20
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi=20
> /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl=20
> /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi=20
> /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl=20
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) =
at=20
> enrollm.pl line 13.
> BEGIN failed--compilation aborted at enrollm.pl line 13.
>=20
Sincerely,
Philip Villamin
|