Unfortunately i cannot install Imager

-------------------------------------------------

Installing package 'Imager'...
Error installing package 'Imager': Read a PPD for 'Imager', but it is not
intended for this build of Perl (MSWin32-x86-multi-thread)

PPM> exit
Quit!

C:\DOCUME~1\ADMINI~1>perl -v

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2001, Larry Wall

Binary build 635 provided by ActiveState Corp. http://www.ActiveState.com
Built 15:34:21 Feb  4 2003

-------------------------------------------------

Any other idea?




----- Original Message ----- 
From: "Casey West" <[EMAIL PROTECTED]>
To: "John" <[EMAIL PROTECTED]>
Cc: "Perl Beginners" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 10:20 PM
Subject: Re: cool project ideas


> It was Tuesday, February 24, 2004 when John took the soap box, saying:
> : a image convertor.
> :
> : I cannot find anything.
> :
> : BMP<=>JPEG
> : JPEG<=>GIF
> : BMP<=>GIF
>
>   use Imager;
>   my $imager = Imager->new;
>   $image->open(file => "foo.bmp", type => "bmp");
>   $image->write(file => "foo.jpg", type => "jpg");
>
> And so on. :-)
>
>   Casey West
>
> -- 
> "Special today---no ice cream."
>  --In a Swiss mountain inn
>
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to