in reply to Re^3: md5_hex diff input produces same output?
in thread md5_hex diff input produces same output?

You might or might not need to declare the global variables

In the spirit of keeping things local,

... horrible code ... sub my_new_code { use strict; our $global; ... }; ... more code from the wasteland ...