2010/1/18 Shan <[email protected]>: > Thank u for your quick reply. > > > Thanks, > Shan > > ----- Original Message ----- From: "Dermot" <[email protected]> > >> 2010/1/18 Shan <[email protected]>: >>> >>> Hi All, >>> >>> >>> How to install following module.or How to install following module in my >>> system.I'm working in WINDOWS NT. >>> Convert::Binary::C;Thanks and Regards,Shan >> >> Hi Shan, >> >> What Perl have you got installed? ActiveState's or Strawberry's? They >> will have their own means of installing modules, PPM for Activestate >> and the cpan shell for Strawberry. If you can provide a bit more >> information we can tell you how to get that module installed. >> >> BTW, it's perl or Perl, but never PERL. >> Good luck, >> Dp.
I am guessing your new to this list because your making a few common fau pau's. Send you emails to the list so that others can offer advice and learn from your experience. Can you put your message at the bottom of the last-reply. And try and cut out the disclaimers if you can. Back to your question: > I'm using ActiveState.May I use CPAN module for that.If so how it would be. In that case you should have a program called PPM in the program group or if you open up a command prompt and type ppm you should get a new, cpan shell. cpan> If you don't there is something wrong. If you type help it will give you some advice on the commands. To install Convert you would type `install Convert::Binary::C` You should be aware that not all modules from cpan are available to activestate and I didn't see Convert::Binary::C in the list at http://aspn.activestate.com/ASPN/Modules?module_name=C&order=name&query_start=211. That's one of the reason some users prefer Strawberry Perl, it has better support[1] for cpan modules. Good luck, Dp. [1] I can't be arsed to go into the "some module will, some module won't compile" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
