>"Steve Comrie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >
Just a couple of questions... >================= >my @array; >push @array, $_ while( $sth->fetchrow_hashref ); >return [EMAIL PROTECTED]; >================= > I get this. You push the while loop onto @ARRAY. Does that ignore my bind_columns or does my bind_columns values get pushed into the array? >Then in your main run_mode you would call: > >============== >my $list = attu_all( $arguments, $go, $here, $etc ); > What arguments would go there? And this may be a chained answer off the first array question. Do I make what was in my bind_columns the arguments for the list now? Thanks! It did help a lot. Robert --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
