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.
In reply to Re^8: Generate a truth table from input string
by roboticus
in thread Generate a truth table from input string
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |