in reply to Re^2: "Use of uninitialized value" even though the value is defined
in thread "Use of uninitialized value" even though the value is defined

open(PASSFAIL,">>./instLvsOut/passfail.tmp")

Because you are opening the file for output only and you can't read from that filehandle.

  • Comment on Re^3: "Use of uninitialized value" even though the value is defined
  • Download Code