Re: [Asterisk-Users] Strange variable chopping from AGI's

2003-12-08 Thread Steven Critchfield
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

Re: [Asterisk-Users] Strange variable chopping from AGI's

2003-12-08 Thread James Golovich
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

Re: [Asterisk-Users] Strange variable chopping from AGI's

2003-12-08 Thread Steven Critchfield
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

[Asterisk-Users] Strange variable chopping from AGI's

2003-12-08 Thread John Todd
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 =