On Fri, 21 Jan 2005 18:03:29 -0500, Jay <[EMAIL PROTECTED]> wrote:
> On Fri, 21 Jan 2005 17:56:17 -0500, Jay <[EMAIL PROTECTED]> wrote:
> > On Fri, 21 Jan 2005 19:20:44 +, Mark Martin <[EMAIL PROTECTED]> wrote:
> > > Hi ,
> > > I'm getting confused as to whether I need a last, next, redo or all
Hi ,
I'm getting confused as to whether I need a last, next, redo or all of the
above :
foreach $file_item ( @file_items )
{
($file_item_code,$file_item_description) = split /,/,$file_item ;
$count ++;
$sth->execute($file_item_code);
while ( @fetch = $sth->fetchrow )
{