in reply to desire hard ref alternative
Can't use string ("") as a HASH ref while "strict refs" in use at ./3o +.pl line 25. [download]
So, here:
next if(exists $$href{$word}{written}); [download]
ok, so $$href{$word} is not a hashref , its a string... so it can't have an written key :)