Debugging is an annoying necessity in any language, whether it's debugging your own code or somebody else's that you've been given to make work on your system. Anything you can do to make debugging ...
Can Perl insert commas into numbers with many digits using formatting strings?<BR><BR>I have this bit of code, and I need commas in the floating-point columns.<BR><BR ...