Dump the content of an array / hash in Perl
While writing software, is sometimes useful to dump the content of a variable. In this post we will see a simple way to do it in Perl. If you want to dump the content of a string variable, there are no problems as you could simply do the following (throughout this post I will use “die”…