Re: milliseconds converted to timestamp

2012-09-28 Thread Dr.Ruud
On 2012-09-27 17:16, Chris Stinemetz wrote: I have the following millisecond value: 54599684 This represents a timestamp reported as milliseconds past midnight local time. Is there a module to convert this into a hh::mm format? Or a Perlish example to handle this? Variants: perl -we '

Re: milliseconds converted to timestamp

2012-09-27 Thread Chris Stinemetz
On Thu, Sep 27, 2012 at 10:46 AM, Jim Gibson wrote: > > On Sep 27, 2012, at 8:16 AM, Chris Stinemetz wrote: > >> Hello List, >> >> I have the following millisecond value: 54599684 >> This represents a timestamp reported as milliseconds past midnight local &g

Re: milliseconds converted to timestamp

2012-09-27 Thread Jim Gibson
On Sep 27, 2012, at 8:16 AM, Chris Stinemetz wrote: > Hello List, > > I have the following millisecond value: 54599684 > This represents a timestamp reported as milliseconds past midnight local time. > > Is there a module to convert this into a hh::mm format? Or a Perlish &

milliseconds converted to timestamp

2012-09-27 Thread Chris Stinemetz
Hello List, I have the following millisecond value: 54599684 This represents a timestamp reported as milliseconds past midnight local time. Is there a module to convert this into a hh::mm format? Or a Perlish example to handle this? Thank you, Chris -- To unsubscribe, e-mail: beginners

Re: hwo to get time in milliseconds

2008-12-26 Thread Chas. Owens
On Fri, Dec 26, 2008 at 04:30, perl pra wrote: > hi All, > > I need to get current time in milliseconds. > > Any pointers would be highly appreciated > > thanks, > siva > The gettimeofday function from the Time::HiRes module* will give you the number of ms since the

hwo to get time in milliseconds

2008-12-26 Thread perl pra
hi All, I need to get current time in milliseconds. Any pointers would be highly appreciated thanks, siva

RE: time difference in milliseconds

2003-07-21 Thread Hemant Desai
L PROTECTED] Sent: Monday, July 21, 2003 9:08 PM To: Hemant Desai Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: time difference in milliseconds On Jul 21, Hemant Desai said: >is it possible to do the same w/o using a package... Well, the Time::HiRes module was created so that you COUL

RE: time difference in milliseconds

2003-07-21 Thread Jeff 'japhy' Pinyan
On Jul 21, Hemant Desai said: >is it possible to do the same w/o using a package... Well, the Time::HiRes module was created so that you COULD. You need access to finer-grain time than Perl has built-in. You'll need some sort of extension. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] ht

RE: time difference in milliseconds

2003-07-21 Thread Hemant Desai
thanks a lot is it possible to do the same w/o using a package... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 8:49 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: time difference in milliseconds

RE: time difference in milliseconds

2003-07-21 Thread wiggins
On Mon, 21 Jul 2003 20:39:36 +0530, "Hemant Desai" <[EMAIL PROTECTED]> wrote: > hi , > > am trying to benchmark some code and it requires the time difference in > milliseconds > > > $st_time = {get time

time difference in milliseconds

2003-07-21 Thread Hemant Desai
hi , am trying to benchmark some code and it requires the time difference in milliseconds $st_time = {get time in milliseconds); { do something } $end_time = {get time in milliseconds); get difference ($dlta = $end_time - st_time); -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: milliseconds

2002-04-09 Thread Jeff 'japhy' Pinyan
On Apr 9, Babichev Dmitry said: >How can I get time (time period) in milliseconds? Download the Time::HiRes module from CPAN; go to http://search.cpan.org/. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.

milliseconds

2002-04-09 Thread Babichev Dmitry
Hello, beginners. Sorry to trouble you. How can I get time (time period) in milliseconds? Thank you in advance. -- Babichev L. Dmitry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I "sleep" and hundreds milliseconds, shorter than 1 second?

2001-08-08 Thread Evgeny Goldin
Time::HiRes is also good. It may be used for measuring time in msec -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I "sleep" and hundreds milliseconds, shorter than 1 second?

2001-08-08 Thread Karthik Krishnamurthy
leep for a radom short time between , say.. 300-800 > milliseconds? > > Thank you! > > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I "sleep" and hundreds milliseconds, shorter than 1 second?

2001-08-08 Thread Craig Moynes/Markham/IBM
cc: Subject: How can I "sleep" and hundreds milliseconds, shorter than 1 08/08/01 02:03second?

How can I "sleep" and hundreds milliseconds, shorter than 1 second?

2001-08-08 Thread EriK W
How can I "sleep" and hundreds million seconds, shorter than 1 second? I want to have a short sleep which should be shorter than 1 second, it would be ideal if it can sleep for a radom short time between , say.. 300-800 milliseconds? Thank you! -- To unsubscribe, e-mail: [EMAIL