Re: Display using array ref of NULLs in dynamic table

2003-01-26 Thread Angus Lees
At Fri, 24 Jan 2003 16:54:24 +1100, Jim Hall wrote: > After selecting a set of data using the following: > >... >$dat = $sth_rte_sel -> fetchall_arrayref; >... > > and then attempting to display in a table: > > > [+ $dat->[$row][1] +] > [+ $dat->[$row][3] +] > [+ $dat

Display using array ref of NULLs in dynamic table

2003-01-23 Thread Jim Hall
G'Day, After selecting a set of data using the following: ... $dat = $sth_rte_sel -> fetchall_arrayref; ... and then attempting to display in a table: [+ $dat->[$row][1] +] [+ $dat->[$row][3] +] [+ $dat->[$row][4] +] [+ $dat->[$row][5] +] [+ $dat->[$row][6] +]