kasmot has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Im trying to create an excel file and Im getting this error: Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) Does this means that I dont have Spreadsheet/WriteExcel.pm module installe on my system?? If thats the case, can anyone give me a site for me to download that particular module. Thanks in advance.

Replies are listed 'Best First'.
Re: cannot create excel file.
by davido (Cardinal) on May 04, 2004 at 05:55 UTC
Re: cannot create excel file.
by mawe (Hermit) on May 04, 2004 at 05:47 UTC
Re: cannot create excel file.
by dragonchild (Archbishop) on May 04, 2004 at 12:28 UTC
    I would strongly suggest reading a few books on Perl. You're trying to build a house without plans.

    That said, type the following at your shell:

    perl -MCPAN -e shell install Spreadsheet::WriteExcel exit

    That should do the trick.

    ------
    We are the carpenters and bricklayers of the Information Age.

    Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

A reply falls below the community's threshold of quality. You may see it by logging in.