......
##
.....
@update = $query->param('Update');
@detail = $query->param('Detail');
...........
print "@update\n"; #Returns the ticket numbers for records that need to be updated
print "@detail\n";#Returns details for ALL displayed records