> Dan Muey said:
> 
> >> my %codes_hash = ();
> >
> > Change this to my %codes_hash;
> > the = () is adding an empty key/value
> 
> Are you sure?

I assumed (I know I know one shouldn't assume ;p) that since I've had the same issue 
and once I changed 
my %hash = (); to my %hash; the empty key/value go away.
Could be that an empty key/value is being added by however data is getting into it 
also.
I'd have to run a test before and after to be 100% sure but can't now as I'm in the 
middle of a few thigns.

> 
> -- 
> Paul Johnson - [EMAIL PROTECTED]
> http://www.pjcj.net
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to