in reply to Need checksum of all loaded perl modules

Loop over the keys of %INC to get loaded module names, open the files referred to by their values, and run something like md5sum or Digest::MD5 on the files.