Hi PM,<div><br></div><div>For years I have used Data::Dumper to help me debug my code, usually with the syntax:</div><div><br></div><div>  print Dumper(blah);</div><div><br></div><div>It occurred to me that I could save some keystrokes... so went looking at Dumper.pm and found that &#39;wantarray&#39; is being used to determine the calling context for list vs. scalar. But it isn&#39;t being used to detect void context...</div>
<div><br></div><div>Would saving 6 keystrokes would be a useful enhancement?</div><div><br></div><div>cheers,</div><div>Mathew Robertson</div>