in reply to How to escape # sign in key name
my %hash = ( partname => "large widget", 'cata#ofitem' => "4321" ); [download]
-Mark