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 '
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
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
&
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
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
hi All,
I need to get current time in milliseconds.
Any pointers would be highly appreciated
thanks,
siva
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
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
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
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
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
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.
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]
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]
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]
cc:
Subject: How can I "sleep" and hundreds
milliseconds, shorter than 1
08/08/01 02:03second?
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
17 matches
Mail list logo