Hi,
$table->delete( { tid => $tid } );
should remove all rows where tid = $tid. If that's not working, make sure you are actually passing in something in $tid, and that it's not empty.
Cheers,
Alex
--
Gossamer Threads Inc.
$table->delete( { tid => $tid } );
should remove all rows where tid = $tid. If that's not working, make sure you are actually passing in something in $tid, and that it's not empty.
Cheers,
Alex
--
Gossamer Threads Inc.