Re: Inserting a pause into a loop

2010-02-24 Thread Erik Lewis
Wow, thank you for your assistance. I was working on the assumption that I got something correct in an earlier script, that was incorrect. I've got some more work to do but your explanation helped me understand where I went wrong. On Feb 24, 2010, at 12:38 PM, John W. Krahn wrote: > Erik Lew

Re: Inserting a pause into a loop

2010-02-24 Thread John W. Krahn
Erik Lewis wrote: Hi, Hello, I'm writing a perl script thats goal is to read a delimited file containing a userid and an address to google maps where the address is converted into latitude and longitude. The problem I'm having is with the result I'm printing. Each line is unique via the use

Inserting a pause into a loop

2010-02-24 Thread Erik Lewis
Hi, I'm writing a perl script thats goal is to read a delimited file containing a userid and an address to google maps where the address is converted into latitude and longitude. The problem I'm having is with the result I'm printing. Each line is unique via the userid when its printed but I'm