in reply to Hex value of Perl file handle to uniquely identify

Please forgive my ignorance, but could you not build a hash of clients and assign it a random number for uniqueness? like for($new_conn){ $hash{$new_conn} = unique_value();} and do functions on unique values in the hash.