I have an existing perl script that connects to sql and performs queries which it then merges the query result into another sql database, if I close the connection, prior to the execution of the datamerge will the data persist or will perl garbage collection throw it away?