in reply to Re^7: Generate a truth table from input string
in thread Generate a truth table from input string

Just yesterday I mentioned how you can run your code under the perl debugger to see what's happening on a line by line basis. I encourage you to give it a try: it's faster than instrumenting your code with print statements, and it'll help you learn perl faster.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re^8: Generate a truth table from input string