in reply to
Re: dbi newbie question
in thread
dbi newbie question
Or, make
$websites
a lexically scoped (
my
) variable, in your outer while loop (before you start the inner while loop). That will ensure that the variable is newly created for every iteration.
/prakash
Comment on
Re: Re: dbi newbie question
Download
Code
In Section
Seekers of Perl Wisdom