in reply to Re: Re: Re: Re: Clean out da hash...
in thread Clean out da hash...

After you have called clean_hash, why don't you check its contents with
use Data::Dumper; ... clean_hash(); print STDERR Dumper(\%hash); ...

+++++++++++++++++
#!/usr/bin/perl
use warnings;use strict;use brain;