On Mon, 26 Jan 2004 14:57:35 -0500
"Paul Kraus" <[EMAIL PROTECTED]> 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


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to