Re: Issues while using perl 5.8.9 version
[email protected] (Alexandr Ciornii)
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
Hello 2010/8/18 Sharma, Sushil <[email protected]>: > As part of porting my application from windows 32bit to 64bit, I started using perl5.8.9 on windows 64bit. > I was using perl 5.8.1 on windows 32bit. > > I have some perl scripts where we have used Win32::Console module. > Looks like this module is missing in this new perl5.8.9. > > Just wanted to know from where I can get this module on new perl5.8.9. > > Any idea why this module is not there in new package. Win32::Console is not a core Perl module, it is included by Windows dist builders. > Any help will be appreciated. As usual, you can install modules from CPAN (if you are using Strawberry Perl). Launch cpan client and type "install Win32::Console". -- Alexandr Ciornii, http://chorny.net