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

Can't locate Text/Table.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at ./tableau_perl.pl line 5.

Replies are listed 'Best First'.
Re: error on use Text::Table;
by marto (Cardinal) on Apr 24, 2015 at 13:19 UTC

    Install the module, Text::Table isn't a core module, from the command line:

    cpan Text::Table

    Update: fixed typo /comman dline/command line/

Re: error on use Text::Table; (can't locate Text/Table.pm)
by toolic (Bishop) on Apr 24, 2015 at 13:20 UTC