in reply to Re: Help De-bugging
in thread Help De-bugging

I also have genotyping_utilities.pm. I have it in the directory with this script per the instructions in the script. Do I need to load the module or something?

Replies are listed 'Best First'.
Re^3: Help De-bugging
by 1nickt (Canon) on Sep 04, 2015 at 21:05 UTC

    no, it is loaded by the use statement. It builds the hash, but there is no key in the hash corresponding to the one used in the code. You'd have to look at the other code to figure out why. Sorry,i am no longer at my computer.

    The way forward always starts with a minimal test.