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

Had to reinstall Ubuntu 12.04.5. Previously installed sudo apt-get install libdate-calc-perl to run program.

Can't locate Date/Format.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at GasProg line 9. BEGIN failed--compilation aborted at GasProg line 9.

Line 9 code> use Date::Format;<code> Please helpw/fix tia

Replies are listed 'Best First'.
Re: Date/Format error
by Corion (Patriarch) on Sep 27, 2014 at 12:08 UTC