In the perl script, line 490, the RL opcode expands as "s/RL/shRotL & shRotLdH/", but parameter shRotLdH is not defined. I changed it to "s/RL/shRotL & shRotLdM/" and re-ran the nanoTest program. It works.