Help for this page
sub test_parser(\%) { use Data::Dumper; print Dumper(@_); }
%myhash = @_; #this is where the problem is!! ... }
%myhash = %myoriginalhash;