http://www.perlmonks.org?node_id=1002910


in reply to Re^2: Simple perl question
in thread Simple perl question

Those error messages are incomplete. My best guess is that Carp::Clan is not installed yet.

Replies are listed 'Best First'.
Re^4: Simple perl question
by nua7 (Initiate) on Nov 08, 2012 at 14:35 UTC
    So sorry..here's the updated error messages.
    Can't locate Carp/Clan.pm in @INC (@INC contains: /home/ss1880/Date-Ca +lc-6.3/lib /opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi /opt/pe +rl_32/lib/5.8.8 /opt/perl_32/lib/site_perl/5.8.8/IA64.ARCHREV_0-threa +d-multi /opt/perl_32/lib/site_perl/5.8.8 /opt/perl_32/lib/site_perl / +opt/perl_32/lib/vendor_perl/5.8.8/IA64.ARCHREV_0-thread-multi /opt/pe +rl_32/lib/vendor_perl/5.8.8 /opt/perl_32/lib/vendor_perl .) at /home/ +ss1880/Date-Calc-6.3/lib/Date/Calc/PP.pm line 18. BEGIN failed--compilation aborted at /home/ss1880/Date-Calc-6.3/lib/Da +te/Calc/PP.pm line 18. Compilation failed in require at /home/ss1880/Date-Calc-6.3/lib/Date/C +alc.pm line 37. BEGIN failed--compilation aborted at /home/ss1880/Date-Calc-6.3/lib/Da +te/Calc.pm line 43. Compilation failed in require at test1.pl line 3. BEGIN failed--compilation aborted at test1.pl line 3.