| View previous topic :: View next topic |
| Author |
Message |
DebianNovice
Joined: Sun May 15, 2011 2:23 pm Posts: 1
|
Posted: Sun May 15, 2011 2:31 pm Post subject: Learn the basics of Perl |
|
|
Hi
Ive just tried out the Learn Basics of Perl and it is not as straight forward as expected. Ive just downloaded imagemagick on Ubuntu using
sudo apt-get install imagemagick --fix-missing
and running the script now I get
Can't locate Image/Magick.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 ./myboardgame.pl line 5.
BEGIN failed--compilation aborted at ./myboardgame.pl line 5.
Is the magazine contents incomplete or is there something else I am missing ?
thanks |
|
| Back to top |
|
 |
ppmt
Joined: Wed Jul 20, 2005 5:41 pm Posts: 11
|
Posted: Sun May 22, 2011 6:35 pm Post subject: |
|
|
you probably needs to install perlmagick as well
this is the glue between perl and imagemagick |
|
| Back to top |
|
 |
nicephotog

Joined: Fri Nov 21, 2008 6:32 am Posts: 14 Location: Australia
|
Posted: Sat Mar 24, 2012 9:05 am Post subject: |
|
|
@INC array is the PERL internal engine "modules loaded" array.
downloading them then installing them is about right.
Can sometimes be PERL version compatibility.
see also CPAN.ORG
and
ActivePerl sites for documentation downloads and tutorials. |
|
| Back to top |
|
 |
lesleyb
Joined: Sun Mar 25, 2012 4:10 pm Posts: 1
|
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|