I have installed Perl version 5.6.1. But it doesn't support Date::Calc. So I installed 5.10.0. Now I am writing a program that writes data in Excel using Perl. For this, I have to use Spreadsheet::WriteExcel but Spreadsheet::WriteExcel was not installed when I installed ActiveState Perl.
So now do I have to install another version of perl or Spreadsheet::WriteExcel only?
If Spreadsheet::WriteExcel is enough, what exactly do I have to do?