in reply to Getting error while running file
If you're using ActiveState perl, you might be able to install a pre-compiled version of the module by using the "ppm" command.
If you have a cygwin perl version, you should be able to use cygwin's gcc and make (NOT nmake!) to install the module as under Unix:
> perl Makefile.PL > make > make test > make install
|
|---|