Front page | perl.beginners |
Postings from January 2004
Re: Time::Format
Thread Previous
From:
Owen
Date:
January 26, 2004 12:42
Subject:
Re: Time::Format
Message ID:
20040127074326.1e3fc052@localhost
On Mon, 26 Jan 2004 14:57:35 -0500
"Paul Kraus" <pkraus@pelsupply.com> wrote:
> Since I added use Time::Format qw( %time } I get this error on any die
> statement or end of program.
>
> Everything runs fine and the program works fine it just dumps this at the
> end.
>
> Can't locate I18N/Langinfo.pm in @INC (@INC contains: C:/Perl/lib
> C:/Perl/site/lib .) at (eval 1) line 30, <DATA> line 1.
> ...propagated at C:\Documents and Settings\pdk\My Documents\perl
> code\customertracking\tracking.pl line 35, <CUST> line 45.
From perldoc Time::Format
If the I18N::Langinfo module is available, Time::Format will return
weekday and month names in the language appropriate for the current locale. If not, English names will be used
So guess you dont have I18N::Langinfo installed
--
Owen
Thread Previous