in reply to Re^5: Determining presence of odd number of hash elements, other syntax problems
in thread Determining presence of odd number of hash elements, other syntax problems

perl -w -M-warnings=uninitialized -e print+undef

As we say in Australia, “You little ripper! Your blood‘s worth bottling!” That solves one of the main problems. Thank you.

  • Comment on Re^6: Determining presence of odd number of hash elements, other syntax problems
  • Download Code