RE: for/foreach question

2003-07-24 Thread Hemant Desai
perl -MO=Deparse -e 'for $i (1..4){;}' is the -MO=Deparse option explained anywhere ? -Original Message- From: david [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:34 PM To: [EMAIL PROTECTED] Subject: Re: for/foreach question Peter Fleck wrote: > I just stumbled upon this i

loading a module

2003-07-21 Thread Hemant Desai
cant' locate loadable object from module Time::HiRes in @INC (@INC contains...a list of paths which are present in @INC) this is the error I am getting while trying to use HiRes.pm (probably a general error. have made copies of HiRes.pm in /usr/perl5/ /usr/perl5/5.00503/ /usr/perl5/5.00503/Time

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 Hemant Desai
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 in milliseconds); > { >

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 additional