http://qs1969.pair.com?node_id=1046528


in reply to Strictly frustrating !

This isn't "abuse" by any means. When you have use strict; you have to declare variables. Your example above shows you're not being consistent in your approach. Some variables are declared, for example my $string=shift; while others aren't. Declare %hash, $kv and $vv before you use them. See also: