On Thu, 23 May 2013 20:45:05 +0100
Rahim Fakir <rahim.g.fa...@gmail.com> wrote:

> Iam practicing from start and I have  a problem with this code:
> This is the comment of the console, i coulnd't give a round to it, pls
> help...
> 
> 
> Can't locate Glib.pm in @INC <@INC contains: C:/Dwimperl/perl/site/lib
> C:/Dwimperl/perl/vendor/lib
> C:/Dwimperl/perl/lib .> at janelahello.pl line 3.

This means that you need to install the module Glib.

There are various ways to install CPAN modules; the main "CPAN" client
(run "cpan"), cpanminus (cpanm), etc.

I'm not particularly familiar with dwimperl and I'm not a Windows user,
but I'd imagine running "cpan Glib" from a command prompt should help
get you on your way, assuming dwimperl configures CPAN.pm properly for
you.




-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to