in reply to Re: Problem with Spreadsheet::XLSX..
in thread Problem with Spreadsheet::XLSX..

Thank you Corion and Marto .. i am going through the links provided. :)

Thank you.

Venky

Replies are listed 'Best First'.
Re^3: Problem with Spreadsheet::XLSX..
by venkyPerl (Initiate) on Aug 06, 2012 at 11:06 UTC
    One more question,

    how would i know which all are the current libraries used by Perl and where is it installed.

    I mean everything about the current Perl that I have on my system.

    Venky

      which perl will tell you where the system perl lives. perl -V will display detailed information about your system perl. Again I advise leaving the system perl alone and installing your own.

        But how will i identify whether its the System perl or its the Perl which has been installed by someone. because this is an existing system which is working since long.

        Venky