This part of a wider script is ment to remove a selection of queries from the database,
The incoming variable is the id number seperated by a : is 98223:
the script just executes the first command and fails of the rest.
$delme = $in{'delme'};
@delme = split(/:/, $delme);
print $q->header...