How can I check that a variable has a specific value in Perl? Is there a command to stop a script's execution to look up some of it's variables?
I wonder if I can use the Pythonic practice of inserting:
assert 0, (foo, bar)
to debug scripts in a debuger-less way?