Ask a Question related to PERL Beginners, Design and Development.
-
Paul Kraus #1
Time::Format
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.
Paul Kraus
-----------------------
PEL Supply Company
Network Administrator
-----------------------
800 321-1264 Toll Free
216 267-5775 Voice
216 267-6176 Fax
[url]www.pelsupply.com[/url]
-----------------------
Paul Kraus Guest
-
time format conversion
Hi... I have this format 2003-12-01 18:46:20.0 And would like it to be 01-12-2003 18:46:20 I know it can be done vis string cuts and... -
Time format
I got problem with getting $time for example like "22:01:34" to PostgreSQL database using function $time=date("H:i:s") in PHP script. The erros is... -
Time/Date format and changing time to GMT
Hi All, Sorry if this is the wrong newsgroup to post into, on this topic, if so, please point me in the right direction..... Currently working... -
Format time
Hello I'm trying to us the formatdatetime function to format US-time and it doesnt give me the seconds how to do that? 2002-02-02 06:00 AM ... -
Date/Time Format?
No, not directly, you'd have to write your own proc / function. You could use this as a base: http://www.aspfaq.com/2460 So it might be... -
Owen #2
Re: Time::Format
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
Owen Guest



Reply With Quote

