in reply to Re: Using GET in a loop
in thread Using GET in a loop
looks like you should be giving
use strict; # no more loose variables among other things
use warnings; # no more undefined functions among other things
a try.
Cheers, Sören
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using GET in a loop
by New Novice (Sexton) on Sep 17, 2004 at 09:33 UTC |