in reply to Re^2: Text::Iconv ppd module
in thread Text::Iconv ppd module

Assuming you're running perl-5.10, you can install Text-Iconv-1.7 with:
ppm install http://members.optusnet.com.au/~sisyphus1/Text-Iconv.ppd
If you really want to build from source you'll need the libiconv library, a make utility and a C compiler. For ActivePerl, you can install both a suitable make utility (dmake) and a suitable C compiler (the MinGW port of gcc) by running:
ppm install MinGW
Cheers,
Rob

Replies are listed 'Best First'.
Re^4: Text::Iconv ppd module
by satish.rpr (Novice) on Feb 12, 2009 at 09:28 UTC
    Thank you , i got it ! ! :)