in reply to Re^2: Write more than 1 million records into excel sheet
in thread Write more than 1 million records into excel sheet

What part of
Perl v5.10.0 required
Is unclear to you? You will either need to upgrade the version of Perl you are using or need to find out what parts of the module actually need Perl 5.10 and whether you might get along by using an unsupported version of Perl.

Replies are listed 'Best First'.
Re^4: Write more than 1 million records into excel sheet
by satyawan (Initiate) on Dec 02, 2011 at 10:10 UTC
    I checked the version of perl. But it's shwoing me two versions. -sh-3.00$ /usr/local/bin/perl -v This is perldispatch. Id: $Id: perldispatch.c,v 1.17 2008/08/14 17:09:38 mschilli Exp $ Source: $Source: /CVSROOT/yahoo/tools/perldispatch/perldispatch.c,v $ Build: Aug 27 2009 14:35:42 perl58: /home/y/bin/perl5.8.6 perl510: /home/y/bin/perl5.10.1 -sh-3.00$ wt should i do so that it will take only 5.10 version?

      Either explicitly invoke perl5.10.0 or ask your system administrator.