ppm

Still nmake problem with Unicode-Map-0.112 after trying vcvarsall.bat

Many thanks to ephemient for recommending to try vcvarsall.bat. In DOS successfully ran vcvarsall.bat, which was part of MS C++ Express 2008 Next I continued to try to follow the PerlMonks advice by using ppm, i.e. http://www.perlmonks.org/?node_id=434813 So I tried to make, really nmake Unicode-Map-0.112 again. I received one more ...

Reading PPM Image in C#

What is the best way to read a PPM (P6) image file in C# and save it as a Bitmap? ...

Installation of Perl Packages is failing on CentOS 5, 64-bit

I am trying to install DBD::mysql and I am getting thousands of warnings and errors when I install like this: perl -MCPAN -e 'install DBD::mysql' The errors are like: dbdimp.c:3215 error: 'imp_sth_t' has no member named 'warning_count' Then at the end it says: make had returned a bad status, install seems impossible This also fa...

Where does the Perl Package Manager get its 'areas' data from on Win32?

I guess I didn't upgrade the right way, but for a while I was running two versions of Perl concurrently. Now I just have one, but every time I start PPM it recreates the Perl folder of one of the old locations. I've set the active one to be the current Perl folder, but because the old one is still present on the list (displayed when I ...

Where can I find a current wxPerl PPM?

On September 24, 2009 Sep 24, 2009 wxPerl 0.93 was released to CPAN. Does anyone know where I can get a current ppm version of wxPerl 0.93 for Active Perl 5.10 The repositories (besides activestate.com) I know and visited are: wxperl.co.uk (last version Feb 2009) trouchelle.com (shows a fail status for Wx .93) cpan.uwinnipeg.ca (W...

How do I install Email::Send::Gmail for ActivePerl?

I am trying to install that module for mail sending . And i am getting following errors : Warning: Prerequisite 'IO::Socket::SSL => ' for 'CWEST/Net-SMTP-SSL-1.01.tar.gz' failed when processing 'SULLR/IO-Socket-SSL-1.31.tar.gz' with 'make_test => NO' . Continuing, but chances to succeed are limited. cp lib/Net/SMTP/SSL.pm blib\lib\Net...

How can I properly install Win32::GuiTest?

I am trying to use Win32::GuiTest and with Windows XP and perl version 5.8.6. I am getting the following error: Can't locate loadable object for module Win32::GuiTest in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at E:\a\simply.pl line 259 Compilation failed in require at E:\a\simply.pl line 259. BEGIN failed--compilati...

How to set up local repository for PPM?

I am using Active Perl and am looking for ways to set up a local repository to install various modules. Main reason behind is the production server has no internet access. Can anyone point me any quick start or step-by-step tutorials on this? ...

Float PPM image file format?

I've found a PPM image with the header starting with PF (instead of standard P6, P5, P4, ... signatures). The resolution number is stored in floating point (-1.000). No comments are inserted to get how it was produced. Because the resolution, I derived that each pixel is composed by 12 bytes (4 bytes per component)... I suppose they are...

read PPM file and store it in an array; coded with C

Hello, I need to read a PPM file and store it in an array written in C. Can anybody help me out doing this? Thanks a lot. ...

How do I install Encode::HanExtra for ActivePerl?

I want to enable Encode::HanExtra on Windows XP environment. I can't find the name HanExtra or Encode-HanExtra in PPM GUI. Is there any alias name for it? ...

Does anybody knows a software that tracks multiple projects and resources?

I am looking something that: Allows me to create projects (with a duration) and assign needed roles for them (I don't care about tasks or a gantt chart in this tool, just a project view) Allows me to create people with one or more roles Set desired start range date for each project Calculate what people to assign to the project and a c...

Windows equivalent of perl modules required (not available in activestate ppm) such as file::finder

Hi All, I'm attempting to import code written in linux into eclipse's perl plugin 'epic', and have installed activestate perl in windows. Most of the modules have an activestate equivalent, but some of them I can't find in ppm. Does anyone know how I can get the following modules so that the code can compile? File::Finder Spread...

sorting pixels in a ppm file (C++)

i need help with the coding of a program that will read a ppm file using command line arguments ( name of the ppm, name of output ppm) what it has to do is, open the file read and store the dimensions of the image and the pixel data. There are 3 channels in a given pixel with max values of 255. must be compatible with binary bytes of d...