At 17.26 -0500 2000.03.10, Eric Rainey wrote: >> >> >>It worked for me. Every request worked. Some code notes are below, though. > >Still no-go for me. What's your setup? I'm on a ice g3 400, on a >firewalled network about which I have very few details. I have >surmised that the problem occurs on my local machine, based on the >fact that LWP::Debug qw(+conns) produces output only on the first >request. I just don't know. >Thanks for the code tips in general. I left out strict b/c the >compiler complained about the $i in for ($i=0; etc). Yes, in that you have two choices: my $i; for ($i = 0; ... And the slightly more terse: for (my $i = 0; ... >And now I am Good, too ;) :) -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org