On Mon, 2003-12-08 at 16:28, James Golovich wrote:
> On Mon, 8 Dec 2003, John Todd wrote:
>
> >
> > AGI's are resulting in unusual behaviors. Can someone please tell me
> > if this is my inappropriate use of AGI's, inappropriate use of
> > Time::HiRes, or a bug with *:
>
> I'd say inappropria
On Mon, 8 Dec 2003, John Todd wrote:
>
> AGI's are resulting in unusual behaviors. Can someone please tell me
> if this is my inappropriate use of AGI's, inappropriate use of
> Time::HiRes, or a bug with *:
I'd say inappropriate use on Time::HiRes. Microseconds increment from 0
up to 999,9
On Mon, 2003-12-08 at 15:31, John Todd wrote:
> AGI's are resulting in unusual behaviors. Can someone please tell me
> if this is my inappropriate use of AGI's, inappropriate use of
> Time::HiRes, or a bug with *:
>
> I call this script twice:
>
> #!/usr/bin/perl
> use Time::HiRes qw( gettimeo
AGI's are resulting in unusual behaviors. Can someone please tell me
if this is my inappropriate use of AGI's, inappropriate use of
Time::HiRes, or a bug with *:
I call this script twice:
#!/usr/bin/perl
use Time::HiRes qw( gettimeofday );
($seconds, $microseconds) = gettimeofday;
$hirestime =